com.ibm.bpe.api

Interface AuthorizationInfo

  • All Superinterfaces:
    java.io.Serializable


    public interface AuthorizationInfo
    extends java.io.Serializable
    Provides authorizations specifications of a query table.
    Since:
    6.2.0.1
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Detail

      • isEverybodyUsed

        boolean isEverybodyUsed()
        Returns whether everybody work items are considered.
        Returns:
        Specifies whether everybody work items are to be used for a query.
      • areIndividualsUsed

        boolean areIndividualsUsed()
        Returns whether individual work items are considered.
        Returns:
        Specifies whether individual work items are to be used for a query.
      • areGroupsUsed

        boolean areGroupsUsed()
        Returns whether group work items are considered.
        Returns:
        Specifies whether group work items are to be used for a query.
      • areInheritedWorkItemsUsed

        boolean areInheritedWorkItemsUsed()
        Returns whether inherited work items are considered.
        Returns:
        Specifies whether inherited work items are to be used for a query.
      • getType

        AuthorizationType getType()
        Returns the authorization type that is used.
        Returns:
        The authorization type that is used when a query is run.
IBM Business Process ManagerTM
Release 8