Package | Description |
---|---|
org.jbpm.casemgmt.api.utils | |
org.jbpm.casemgmt.impl | |
org.jbpm.casemgmt.impl.command | |
org.jbpm.casemgmt.impl.utils | |
org.jbpm.test.services |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
CaseServiceConfigurator.getAuthorizationManager() |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationManagerImpl |
Modifier and Type | Method and Description |
---|---|
void |
CaseServiceImpl.setAuthorizationManager(AuthorizationManager authorizationManager) |
Constructor and Description |
---|
AddDataCaseFileInstanceCommand(String deploymentId,
Long processInstanceId,
org.kie.internal.identity.IdentityProvider identityProvider,
Map<String,Object> parameters,
List<String> accessRestriction,
AuthorizationManager authorizationManager,
ProcessService processService) |
CaseCommentCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String commentId,
AuthorizationManager authorizationManager) |
CaseCommentCommand(org.kie.internal.identity.IdentityProvider identityProvider,
String commentId,
String author,
String updatedText,
List<String> restrictedTo,
AuthorizationManager authorizationManager) |
RemoveDataCaseFileInstanceCommand(org.kie.internal.identity.IdentityProvider identityProvider,
List<String> variableNames,
AuthorizationManager authorizationManager) |
Modifier and Type | Field and Description |
---|---|
protected AuthorizationManager |
DefaultCaseServiceConfigurator.authorizationManager |
Modifier and Type | Method and Description |
---|---|
AuthorizationManager |
DefaultCaseServiceConfigurator.getAuthorizationManager() |
Modifier and Type | Field and Description |
---|---|
protected AuthorizationManager |
AbstractCaseServicesTest.authorizationManager |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.