Uses of Class
com.echothree.model.data.workflow.server.value.WorkflowDestinationSecurityRoleValue
Packages that use WorkflowDestinationSecurityRoleValue
Package
Description
-
Uses of WorkflowDestinationSecurityRoleValue in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionWorkflowDestinationSecurityRole.getWorkflowDestinationSecurityRoleValue()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRole.setWorkflowDestinationSecurityRoleValue(WorkflowDestinationSecurityRoleValue value) Constructors in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDestinationSecurityRoleValueModifierConstructorDescriptionWorkflowDestinationSecurityRole(WorkflowDestinationSecurityRoleValue value, EntityPermission entityPermission) Creates a new instance of WorkflowDestinationSecurityRole -
Uses of WorkflowDestinationSecurityRoleValue in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getValueFromPK(Session session, WorkflowDestinationSecurityRolePK pk) WorkflowDestinationSecurityRoleFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getValuesFromPKs(Session session, Collection<WorkflowDestinationSecurityRolePK> pks) WorkflowDestinationSecurityRoleFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionWorkflowDestinationSecurityRoleFactory.getEntityFromValue(EntityPermission entityPermission, WorkflowDestinationSecurityRoleValue value) WorkflowDestinationSecurityRoleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WorkflowDestinationSecurityRoleValue value) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDestinationSecurityRoleValueModifier and TypeMethodDescriptionvoidWorkflowDestinationSecurityRoleFactory.create(Session session, Collection<WorkflowDestinationSecurityRoleValue> _values) voidWorkflowDestinationSecurityRoleFactory.create(Collection<WorkflowDestinationSecurityRoleValue> _values) -
Uses of WorkflowDestinationSecurityRoleValue in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDestinationSecurityRoleValue