Uses of Class
com.echothree.model.data.workflow.server.entity.WorkflowEntranceSecurityRole
Packages that use WorkflowEntranceSecurityRole
Package
Description
-
Uses of WorkflowEntranceSecurityRole in com.echothree.control.user.workflow.server.command
Methods in com.echothree.control.user.workflow.server.command that return WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionprotected WorkflowEntranceSecurityRoleGetWorkflowEntranceSecurityRoleCommand.getEntity()Methods in com.echothree.control.user.workflow.server.command that return types with arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionprotected Collection<WorkflowEntranceSecurityRole> GetWorkflowEntranceSecurityRolesCommand.getEntities()Methods in com.echothree.control.user.workflow.server.command with parameters of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowEntranceSecurityRoleCommand.getResult(WorkflowEntranceSecurityRole entity) Method parameters in com.echothree.control.user.workflow.server.command with type arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionprotected BaseResultGetWorkflowEntranceSecurityRolesCommand.getResult(Collection<WorkflowEntranceSecurityRole> entities) -
Uses of WorkflowEntranceSecurityRole in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control that return WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowControl.createWorkflowEntranceSecurityRole(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole, BasePK createdBy) WorkflowControl.getWorkflowEntranceSecurityRole(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole) WorkflowControl.getWorkflowEntranceSecurityRole(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole, EntityPermission entityPermission) WorkflowControl.getWorkflowEntranceSecurityRoleForUpdate(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole) Methods in com.echothree.model.control.workflow.server.control that return types with arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowControl.getWorkflowEntranceSecurityRolesByWorkflowEntrancePartyType(WorkflowEntrancePartyType workflowEntrancePartyType) WorkflowControl.getWorkflowEntranceSecurityRolesByWorkflowEntrancePartyTypeForUpdate(WorkflowEntrancePartyType workflowEntrancePartyType) Methods in com.echothree.model.control.workflow.server.control with parameters of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowEntranceSecurityRole(WorkflowEntranceSecurityRole workflowEntranceSecurityRole, BasePK deletedBy) WorkflowControl.getWorkflowEntranceSecurityRoleTransfer(UserVisit userVisit, WorkflowEntranceSecurityRole workflowEntranceSecurityRole) Method parameters in com.echothree.model.control.workflow.server.control with type arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowControl.deleteWorkflowEntranceSecurityRoles(List<WorkflowEntranceSecurityRole> workflowEntranceSecurityRoles, BasePK deletedBy) WorkflowControl.getWorkflowEntranceSecurityRoleTransfers(UserVisit userVisit, Collection<WorkflowEntranceSecurityRole> workflowEntranceSecurityRoles) -
Uses of WorkflowEntranceSecurityRole in com.echothree.model.control.workflow.server.graphql
Constructors in com.echothree.model.control.workflow.server.graphql with parameters of type WorkflowEntranceSecurityRoleModifierConstructorDescriptionWorkflowEntranceSecurityRoleObject(WorkflowEntranceSecurityRole workflowEntranceSecurityRole) -
Uses of WorkflowEntranceSecurityRole in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic that return WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowEntranceLogic.getWorkflowEntranceSecurityRoleByName(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, String partyTypeName, String securityRoleName) WorkflowEntranceLogic.getWorkflowEntranceSecurityRoleByName(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, String partyTypeName, String securityRoleName, EntityPermission entityPermission) WorkflowEntranceLogic.getWorkflowEntranceSecurityRoleByNameForUpdate(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, String partyTypeName, String securityRoleName) -
Uses of WorkflowEntranceSecurityRole in com.echothree.model.control.workflow.server.transfer
Methods in com.echothree.model.control.workflow.server.transfer with parameters of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleTransferCache.getWorkflowEntranceSecurityRoleTransfer(UserVisit userVisit, WorkflowEntranceSecurityRole workflowEntranceSecurityRole) -
Uses of WorkflowEntranceSecurityRole in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.create(WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(Session session, WorkflowEntrancePartyTypePK workflowEntrancePartyTypePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.create(Session session, WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole, Long fromTime, Long thruTime) WorkflowEntranceSecurityRoleFactory.getEntityFromCache(Session session, WorkflowEntranceSecurityRolePK pk) WorkflowEntranceSecurityRoleFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowEntranceSecurityRolePK pk) WorkflowEntranceSecurityRoleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowEntranceSecurityRolePK pk) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceSecurityRoleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceSecurityRoleFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceSecurityRoleFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) WorkflowEntranceSecurityRoleFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowEntranceSecurityRoleValue value) WorkflowEntranceSecurityRoleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowEntranceSecurityRoleValue value) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionWorkflowEntranceSecurityRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowEntranceSecurityRolePK> pks) WorkflowEntranceSecurityRoleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowEntranceSecurityRolePK> pks) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) WorkflowEntranceSecurityRoleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) WorkflowEntranceSecurityRoleFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) WorkflowEntranceSecurityRoleFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowEntranceSecurityRoleFactory.remove(Session session, WorkflowEntranceSecurityRole entity) voidWorkflowEntranceSecurityRoleFactory.store(Session session, WorkflowEntranceSecurityRole entity) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntranceSecurityRoleModifier and TypeMethodDescriptionvoidWorkflowEntranceSecurityRoleFactory.store(Session session, Collection<WorkflowEntranceSecurityRole> entities) voidWorkflowEntranceSecurityRoleFactory.store(Collection<WorkflowEntranceSecurityRole> entities)