Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowDestinationSecurityRole
Packages that use WorkflowDestinationSecurityRole
Package
Description
-
Uses of WorkflowDestinationSecurityRole in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionprotected WorkflowDestinationSecurityRoleGetWorkflowDestinationSecurityRoleCommand.getEntity()Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionprotected Collection<WorkflowDestinationSecurityRole> GetWorkflowDestinationSecurityRolesCommand.getEntities()Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowDestinationSecurityRoleCommand.getResult(WorkflowDestinationSecurityRole entity) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowDestinationSecurityRolesCommand.getResult(Collection<WorkflowDestinationSecurityRole> entities) -
Uses of WorkflowDestinationSecurityRole in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowControl.createWorkflowDestinationSecurityRole(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole, BasePK createdBy) WorkflowControl.getWorkflowDestinationSecurityRole(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole) WorkflowControl.getWorkflowDestinationSecurityRole(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole, EntityPermission entityPermission) WorkflowControl.getWorkflowDestinationSecurityRoleForUpdate(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowControl.getWorkflowDestinationSecurityRolesByWorkflowDestinationPartyType(WorkflowDestinationPartyType workflowDestinationPartyType) WorkflowControl.getWorkflowDestinationSecurityRolesByWorkflowDestinationPartyTypeForUpdate(WorkflowDestinationPartyType workflowDestinationPartyType) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDestinationSecurityRole(WorkflowDestinationSecurityRole workflowDestinationSecurityRole, BasePK deletedBy) WorkflowControl.getWorkflowDestinationSecurityRoleTransfer(UserVisit userVisit, WorkflowDestinationSecurityRole workflowDestinationSecurityRole) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowDestinationSecurityRoles(List<WorkflowDestinationSecurityRole> workflowDestinationSecurityRoles, BasePK deletedBy) WorkflowControl.getWorkflowDestinationSecurityRoleTransfers(UserVisit userVisit, Collection<WorkflowDestinationSecurityRole> workflowDestinationSecurityRoles) -
Uses of WorkflowDestinationSecurityRole in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowDestinationSecurityRoleModifierConstructorDescriptionWorkflowDestinationSecurityRoleObject(WorkflowDestinationSecurityRole workflowDestinationSecurityRole) -
Uses of WorkflowDestinationSecurityRole in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowDestinationLogic.getWorkflowDestinationSecurityRoleByName(ExecutionErrorAccumulator eea, String workflowName, String workflowStepName, String workflowDestinationName, String partyTypeName, String securityRoleName) WorkflowDestinationLogic.getWorkflowDestinationSecurityRoleByName(ExecutionErrorAccumulator eea, String workflowName, String workflowStepName, String workflowDestinationName, String partyTypeName, String securityRoleName, EntityPermission entityPermission) WorkflowDestinationLogic.getWorkflowDestinationSecurityRoleByNameForUpdate(ExecutionErrorAccumulator eea, String workflowName, String workflowStepName, String workflowDestinationName, String partyTypeName, String securityRoleName) -
Uses of WorkflowDestinationSecurityRole in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleTransferCache.getWorkflowDestinationSecurityRoleTransfer(UserVisit userVisit, WorkflowDestinationSecurityRole workflowDestinationSecurityRole) -
Uses of WorkflowDestinationSecurityRole in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.create(WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowDestinationSecurityRoleFactory.create(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole, Long fromTime, Long thruTime) WorkflowDestinationSecurityRoleFactory.create(Session session, WorkflowDestinationPartyTypePK workflowDestinationPartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowDestinationSecurityRoleFactory.create(Session session, WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole, Long fromTime, Long thruTime) WorkflowDestinationSecurityRoleFactory.getEntityFromCache(Session session, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationSecurityRoleFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationSecurityRoleFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowDestinationSecurityRoleFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationSecurityRoleValue value) WorkflowDestinationSecurityRoleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationSecurityRoleValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDestinationSecurityRolePK> pks) WorkflowDestinationSecurityRoleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowDestinationSecurityRolePK> pks) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowDestinationSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowDestinationSecurityRoleFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowDestinationSecurityRoleFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoleFactory.remove(Session session, WorkflowDestinationSecurityRole entity) voidWorkflowDestinationSecurityRoleFactory.store(Session session, WorkflowDestinationSecurityRole entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoleFactory.store(Session session, Collection<WorkflowDestinationSecurityRole> entities) voidWorkflowDestinationSecurityRoleFactory.store(Collection<WorkflowDestinationSecurityRole> entities)