Class ProfileListContext
java.lang.Object
com.orchestranetworks.service.directory.ProfileListContext
This class is used by a user and roles directory to customize the profiles that a user can
select.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstruewhen the list of available profiles is for defining a permission (an access or action permission).booleanReturnstruewhen the list of available profiles is used to define other readers on a table view.booleanReturnstruewhen the list of available profiles is for selecting the owner of a dataspace.booleanReturnstruewhen the list of available profiles is for selecting the owner of a dataset.booleanReturnstruewhen the list of available profiles is used for workflows.toString()
-
Method Details
-
isForSelectingBranchOwner
public boolean isForSelectingBranchOwner()Returnstruewhen the list of available profiles is for selecting the owner of a dataspace. -
isForSelectingInstanceOwner
public boolean isForSelectingInstanceOwner()Returnstruewhen the list of available profiles is for selecting the owner of a dataset. -
isForDefiningPermission
public boolean isForDefiningPermission()Returnstruewhen the list of available profiles is for defining a permission (an access or action permission). -
isForWorkflow
public boolean isForWorkflow()Returnstruewhen the list of available profiles is used for workflows. -
isForDefiningViews
public boolean isForDefiningViews()Returnstruewhen the list of available profiles is used to define other readers on a table view.- Since:
- 5.7.0
-
toString
-