Uses of Class
org.jbpm.kie.services.impl.security.DeploymentRolesManager
-
-
Uses of DeploymentRolesManager in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type DeploymentRolesManager Modifier and Type Method Description void
CaseRuntimeDataServiceImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.kie.services.impl
Methods in org.jbpm.kie.services.impl with parameters of type DeploymentRolesManager Modifier and Type Method Description void
RuntimeDataServiceImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.kie.services.impl.query
Methods in org.jbpm.kie.services.impl.query with parameters of type DeploymentRolesManager Modifier and Type Method Description void
QueryServiceImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.kie.services.impl.query.preprocessor
Constructors in org.jbpm.kie.services.impl.query.preprocessor with parameters of type DeploymentRolesManager Constructor Description DeploymentIdsPreprocessor(DeploymentRolesManager deploymentRolesManager, org.kie.internal.identity.IdentityProvider identityProvider, String columnId, String impossibleConditionColumnId)
-
Uses of DeploymentRolesManager in org.jbpm.services.cdi.impl
Methods in org.jbpm.services.cdi.impl with parameters of type DeploymentRolesManager Modifier and Type Method Description void
RuntimeDataServiceCDIImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.services.cdi.impl.query
Methods in org.jbpm.services.cdi.impl.query with parameters of type DeploymentRolesManager Modifier and Type Method Description void
QueryServiceCDIImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.services.cdi.impl.security
Subclasses of DeploymentRolesManager in org.jbpm.services.cdi.impl.security Modifier and Type Class Description class
DeploymentRolesManagerCDIImpl
-
Uses of DeploymentRolesManager in org.jbpm.services.ejb.impl
Methods in org.jbpm.services.ejb.impl with parameters of type DeploymentRolesManager Modifier and Type Method Description void
RuntimeDataServiceEJBImpl. setDeploymentRolesManager(DeploymentRolesManager deploymentRolesManager)
-
Uses of DeploymentRolesManager in org.jbpm.services.ejb.impl.security
Subclasses of DeploymentRolesManager in org.jbpm.services.ejb.impl.security Modifier and Type Class Description class
DeploymentRolesManagerEJBImpl
-