Class PermissionUtils
java.lang.Object
com.flowable.platform.security.permission.PermissionUtils
- Author:
- Christopher Welsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<String> getCaseDefinitionParticipantCandidateGroups
(String caseDefinitionId, String participantCandidateGroupsFallback, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService) static Collection
<String> getGroupKeys
(Object groupKeys) static Collection
<String> getProcessDefinitionParticipantCandidateGroups
(String processDefinitionId, String participantCandidateGroupsFallback, org.flowable.engine.RepositoryService repositoryService) static Collection
<String> getTaskParticipantCandidateGroups
(org.flowable.task.api.Task task, String participantCandidateGroupsFallback, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService)
-
Constructor Details
-
PermissionUtils
public PermissionUtils()
-
-
Method Details
-
getTaskParticipantCandidateGroups
public static Collection<String> getTaskParticipantCandidateGroups(org.flowable.task.api.Task task, String participantCandidateGroupsFallback, org.flowable.engine.RepositoryService repositoryService, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService) -
getCaseDefinitionParticipantCandidateGroups
public static Collection<String> getCaseDefinitionParticipantCandidateGroups(String caseDefinitionId, String participantCandidateGroupsFallback, org.flowable.cmmn.api.CmmnRepositoryService cmmnRepositoryService) -
getProcessDefinitionParticipantCandidateGroups
public static Collection<String> getProcessDefinitionParticipantCandidateGroups(String processDefinitionId, String participantCandidateGroupsFallback, org.flowable.engine.RepositoryService repositoryService) -
getGroupKeys
-