Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowEntityStatusPK
Packages that use WorkflowEntityStatusPK
Package
Description
-
Uses of WorkflowEntityStatusPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatus.getPrimaryKey()WorkflowTrigger.getWorkflowEntityStatusPK()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionvoidWorkflowTrigger.setWorkflowEntityStatusPK(WorkflowEntityStatusPK workflowEntityStatusPK) -
Uses of WorkflowEntityStatusPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatusFactory.getNextPK()WorkflowEntityStatusFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowEntityStatusFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatusFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowEntityStatusFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowEntityStatusFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowEntityStatusFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowTriggerFactory.create(WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) WorkflowTriggerFactory.create(Session session, WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) WorkflowEntityStatusFactory.getEntityFromCache(Session session, WorkflowEntityStatusPK pk) WorkflowEntityStatusFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowEntityStatusPK pk) WorkflowEntityStatusFactory.getEntityFromPK(Session session, EntityPermission entityPermission, WorkflowEntityStatusPK pk) WorkflowEntityStatusFactory.getValueFromPK(Session session, WorkflowEntityStatusPK pk) voidWorkflowEntityStatusFactory.remove(Session session, WorkflowEntityStatusPK pk) booleanWorkflowEntityStatusFactory.validPK(Session session, WorkflowEntityStatusPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowEntityStatusPK> pks) WorkflowEntityStatusFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<WorkflowEntityStatusPK> pks) WorkflowEntityStatusFactory.getValuesFromPKs(Session session, Collection<WorkflowEntityStatusPK> pks) voidWorkflowEntityStatusFactory.remove(Session session, Collection<WorkflowEntityStatusPK> pks) voidWorkflowEntityStatusFactory.remove(Collection<WorkflowEntityStatusPK> pks) -
Uses of WorkflowEntityStatusPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatusValue.getPrimaryKey()WorkflowTriggerValue.getWorkflowEntityStatusPK()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionvoidWorkflowTriggerValue.setWorkflowEntityStatusPK(WorkflowEntityStatusPK workflowEntityStatusPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowEntityStatusPKModifierConstructorDescriptionWorkflowEntityStatusValue(WorkflowEntityStatusPK workflowEntityStatusPK, EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntityStatusValueWorkflowTriggerValue(WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) Creates a new instance of WorkflowTriggerValueWorkflowTriggerValue(WorkflowTriggerPK workflowTriggerPK, WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) Creates a new instance of WorkflowTriggerValue