com.ibm.bpe.api
Interface AuthorizationInfo
All Superinterfaces:
java.io.Serializable
- public interface AuthorizationInfo
- extends java.io.Serializable
Since:
6.2.0.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
areGroupsUsed()
Returns whether group work items are considered.
|
|
areIndividualsUsed()
Returns whether individual work items are considered.
|
|
areInheritedWorkItemsUsed()
Returns whether inherited work items are considered.
|
getType()
Returns the authorization type that is used.
|
|
|
isEverybodyUsed()
Returns whether everybody work items are considered.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
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.