com.ibm.bpe.api

Interface AuthorizationInfo

All Superinterfaces:
java.io.Serializable

  1. public interface AuthorizationInfo
  2. extends java.io.Serializable
Provides authorizations specifications of a query table.
Since:
6.2.0.1

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. boolean
areGroupsUsed()
Returns whether group work items are considered.
  1. boolean
areIndividualsUsed()
Returns whether individual work items are considered.
  1. boolean
areInheritedWorkItemsUsed()
Returns whether inherited work items are considered.
  1. AuthorizationType
getType()
Returns the authorization type that is used.
  1. boolean
isEverybodyUsed()
Returns whether everybody work items are considered.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

isEverybodyUsed

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

areIndividualsUsed

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

areGroupsUsed

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

areInheritedWorkItemsUsed

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

getType

  1. AuthorizationType getType()
Returns the authorization type that is used.
Returns:
The authorization type that is used when a query is run.