Interface ComponentAuthorizable

All Superinterfaces:
Authorizable

public interface ComponentAuthorizable extends Authorizable
Not all Authorizables are components, however all ComponentAuthorizable's are components. This ensures that they will have an identifier and a ProcessGroup identifier.
  • Method Details

    • getIdentifier

      String getIdentifier()
      The identifier of the underlying component.
      Returns:
      the identifier
    • getProcessGroupIdentifier

      String getProcessGroupIdentifier()
      The identifier of the ProcessGroup this component belongs to.
      Returns:
      the ProcessGroup identifier