Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowDetailPK
Packages that use WorkflowDetailPK
Package
Description
-
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflow.getActiveDetailPK()Workflow.getLastDetailPK()WorkflowDetail.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionvoidWorkflow.setActiveDetailPK(WorkflowDetailPK activeDetailPK) voidWorkflow.setLastDetailPK(WorkflowDetailPK lastDetailPK) -
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getNextPK()WorkflowDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowDetailFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowFactory.create(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) WorkflowDetailFactory.getEntityFromCache(WorkflowDetailPK pk) WorkflowDetailFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowDetailPK pk) WorkflowDetailFactory.getValueFromPK(WorkflowDetailPK pk) voidWorkflowDetailFactory.remove(WorkflowDetailPK pk) booleanWorkflowDetailFactory.validPK(WorkflowDetailPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowDetailPK> pks) WorkflowDetailFactory.getValuesFromPKs(Collection<WorkflowDetailPK> pks) voidWorkflowDetailFactory.remove(Collection<WorkflowDetailPK> pks) -
Uses of WorkflowDetailPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowDetailPKModifier and TypeMethodDescriptionWorkflowValue.getActiveDetailPK()WorkflowValue.getLastDetailPK()WorkflowDetailValue.getPrimaryKey()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDetailPKModifier and TypeMethodDescriptionvoidWorkflowValue.setActiveDetailPK(WorkflowDetailPK activeDetailPK) voidWorkflowValue.setLastDetailPK(WorkflowDetailPK lastDetailPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowDetailPKModifierConstructorDescriptionWorkflowDetailValue(WorkflowDetailPK workflowDetailPK, WorkflowPK workflowPK, String workflowName, SelectorTypePK selectorTypePK, SecurityRoleGroupPK securityRoleGroupPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDetailValueWorkflowValue(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValueWorkflowValue(WorkflowPK workflowPK, WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValue