public interface AuthorizationInfo
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
boolean |
areGroupsUsed()
Returns whether group work items are considered.
|
boolean |
areIndividualsUsed()
Returns whether individual work items are considered.
|
boolean |
areInheritedWorkItemsUsed()
Returns whether inherited work items are considered.
|
AuthorizationType |
getType()
Returns the authorization type that is used.
|
boolean |
isEverybodyUsed()
Returns whether everybody work items are considered.
|
static final java.lang.String COPYRIGHT
boolean isEverybodyUsed()
boolean areIndividualsUsed()
boolean areGroupsUsed()
boolean areInheritedWorkItemsUsed()
AuthorizationType getType()