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 voidCaseRuntimeDataServiceImpl. 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 voidRuntimeDataServiceImpl. 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 voidQueryServiceImpl. 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 voidRuntimeDataServiceCDIImpl. 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 voidQueryServiceCDIImpl. 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 classDeploymentRolesManagerCDIImpl -
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 voidRuntimeDataServiceEJBImpl. 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 classDeploymentRolesManagerEJBImpl
-