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) WorkflowEntityStatusFactory.getEntityFromCache(WorkflowEntityStatusPK pk) WorkflowEntityStatusFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowEntityStatusPK pk) WorkflowEntityStatusFactory.getValueFromPK(WorkflowEntityStatusPK pk) voidWorkflowEntityStatusFactory.remove(WorkflowEntityStatusPK pk) booleanWorkflowEntityStatusFactory.validPK(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.getValuesFromPKs(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 -
Uses of WorkflowEntityStatusPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowEntityStatusPKModifier and TypeMethodDescriptionWorkflowEntityStatuses.WorkflowEntityStatus()Getter forworkflowentitystatuses.wkfles_workflowentitystatusid.WorkflowTriggers.WorkflowEntityStatus()Getter forworkflowtriggers.wkfltrg_wkfles_workflowentitystatusid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowEntityStatusPK> WorkflowEntityStatuses.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowEntityStatusPKModifier and TypeMethodDescriptionvoidWorkflowEntityStatuses.WorkflowEntityStatus(WorkflowEntityStatusPK value) Setter forworkflowentitystatuses.wkfles_workflowentitystatusid.voidWorkflowTriggers.WorkflowEntityStatus(WorkflowEntityStatusPK value) Setter forworkflowtriggers.wkfltrg_wkfles_workflowentitystatusid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowEntityStatusPKModifierConstructorDescriptionWorkflowEntityStatuses(WorkflowEntityStatusPK WorkflowEntityStatus, EntityInstancePK EntityInstance, WorkflowStepPK WorkflowStep, WorkEffortScopePK WorkEffortScope, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntityStatusesWorkflowTriggers(WorkflowTriggerPK WorkflowTrigger, WorkflowEntityStatusPK WorkflowEntityStatus, Long TriggerTime, Boolean ErrorsOccurred) Create a detached, initialised WorkflowTriggers -
Uses of WorkflowEntityStatusPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowEntityStatusPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowEntityStatuses, WorkflowEntityStatusPK> WorkflowEntityStatuses.WORKFLOW_ENTITY_STATUSThe columnworkflowentitystatuses.wkfles_workflowentitystatusid.final org.jooq.TableField<WorkflowTriggers, WorkflowEntityStatusPK> WorkflowTriggers.WORKFLOW_ENTITY_STATUSThe columnworkflowtriggers.wkfltrg_wkfles_workflowentitystatusid.