Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowStepPK
Packages that use WorkflowStepPK
Package
Description
-
Uses of WorkflowStepPK in com.echothree.model.data.selector.server.entity
Methods in com.echothree.model.data.selector.server.entity that return WorkflowStepPKMethods in com.echothree.model.data.selector.server.entity with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidSelectorNodeWorkflowStep.setWorkflowStepPK(WorkflowStepPK workflowStepPK) -
Uses of WorkflowStepPK in com.echothree.model.data.selector.server.factory
Methods in com.echothree.model.data.selector.server.factory with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionSelectorNodeWorkflowStepFactory.create(SelectorNodePK selectorNodePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) -
Uses of WorkflowStepPK in com.echothree.model.data.selector.server.value
Methods in com.echothree.model.data.selector.server.value that return WorkflowStepPKMethods in com.echothree.model.data.selector.server.value with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidSelectorNodeWorkflowStepValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) Constructors in com.echothree.model.data.selector.server.value with parameters of type WorkflowStepPKModifierConstructorDescriptionSelectorNodeWorkflowStepValue(SelectorNodePK selectorNodePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeWorkflowStepValueSelectorNodeWorkflowStepValue(SelectorNodeWorkflowStepPK selectorNodeEntityBooleanPK, SelectorNodePK selectorNodePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of SelectorNodeWorkflowStepValue -
Uses of WorkflowStepPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowStepPKModifier and TypeMethodDescriptionWorkflowStep.getPrimaryKey()WorkflowDestinationDetail.getWorkflowStepPK()WorkflowDestinationStep.getWorkflowStepPK()WorkflowEntityStatus.getWorkflowStepPK()WorkflowEntranceStep.getWorkflowStepPK()WorkflowStepDescription.getWorkflowStepPK()WorkflowStepDetail.getWorkflowStepPK()Methods in com.echothree.model.data.workflow.server.entity with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkflowDestinationDetail.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowDestinationStep.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowEntityStatus.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowEntranceStep.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowStepDescription.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowStepDetail.setWorkflowStepPK(WorkflowStepPK workflowStepPK) -
Uses of WorkflowStepPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowStepPKModifier and TypeMethodDescriptionWorkflowStepFactory.getNextPK()WorkflowStepFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowStepFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowStepPKModifier and TypeMethodDescriptionWorkflowStepFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowStepFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowStepFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowStepFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionWorkflowDestinationDetailFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowDestinationStepFactory.create(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowEntityStatusFactory.create(EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) WorkflowEntranceStepFactory.create(WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) WorkflowStepDescriptionFactory.create(WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) WorkflowStepDetailFactory.create(WorkflowStepPK workflowStepPK, WorkflowPK workflowPK, String workflowStepName, WorkflowStepTypePK workflowStepTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) WorkflowStepFactory.getEntityFromCache(WorkflowStepPK pk) WorkflowStepFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowStepPK pk) WorkflowStepFactory.getValueFromPK(WorkflowStepPK pk) voidWorkflowStepFactory.remove(WorkflowStepPK pk) booleanWorkflowStepFactory.validPK(WorkflowStepPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowStepPKModifier and TypeMethodDescriptionWorkflowStepFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowStepPK> pks) WorkflowStepFactory.getValuesFromPKs(Collection<WorkflowStepPK> pks) voidWorkflowStepFactory.remove(Collection<WorkflowStepPK> pks) -
Uses of WorkflowStepPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowStepPKModifier and TypeMethodDescriptionWorkflowStepValue.getPrimaryKey()WorkflowDestinationDetailValue.getWorkflowStepPK()WorkflowDestinationStepValue.getWorkflowStepPK()WorkflowEntityStatusValue.getWorkflowStepPK()WorkflowEntranceStepValue.getWorkflowStepPK()WorkflowStepDescriptionValue.getWorkflowStepPK()WorkflowStepDetailValue.getWorkflowStepPK()Methods in com.echothree.model.data.workflow.server.value with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkflowDestinationDetailValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowDestinationStepValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowEntityStatusValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowEntranceStepValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowStepDescriptionValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) voidWorkflowStepDetailValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) Constructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowStepPKModifierConstructorDescriptionWorkflowDestinationDetailValue(WorkflowDestinationDetailPK workflowDestinationDetailPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationDetailValue(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, String workflowDestinationName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationDetailValueWorkflowDestinationStepValue(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValueWorkflowDestinationStepValue(WorkflowDestinationStepPK workflowDestinationStepPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValueWorkflowEntityStatusValue(EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntityStatusValueWorkflowEntityStatusValue(WorkflowEntityStatusPK workflowEntityStatusPK, EntityInstancePK entityInstancePK, WorkflowStepPK workflowStepPK, WorkEffortScopePK workEffortScopePK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntityStatusValueWorkflowEntranceStepValue(WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceStepValueWorkflowEntranceStepValue(WorkflowEntranceStepPK workflowEntranceStepPK, WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceStepValueWorkflowStepDescriptionValue(WorkflowStepDescriptionPK workflowStepDescriptionPK, WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDescriptionValueWorkflowStepDescriptionValue(WorkflowStepPK workflowStepPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDescriptionValueWorkflowStepDetailValue(WorkflowStepDetailPK workflowStepDetailPK, WorkflowStepPK workflowStepPK, WorkflowPK workflowPK, String workflowStepName, WorkflowStepTypePK workflowStepTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDetailValueWorkflowStepDetailValue(WorkflowStepPK workflowStepPK, WorkflowPK workflowPK, String workflowStepName, WorkflowStepTypePK workflowStepTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkflowStepDetailValueWorkflowStepValue(WorkflowStepPK workflowStepPK, WorkflowStepDetailPK activeDetailPK, WorkflowStepDetailPK lastDetailPK) Creates a new instance of WorkflowStepValue -
Uses of WorkflowStepPK in com.echothree.model.data.workrequirement.server.entity
Methods in com.echothree.model.data.workrequirement.server.entity that return WorkflowStepPKMethods in com.echothree.model.data.workrequirement.server.entity with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkRequirementTypeDetail.setWorkflowStepPK(WorkflowStepPK workflowStepPK) -
Uses of WorkflowStepPK in com.echothree.model.data.workrequirement.server.factory
Methods in com.echothree.model.data.workrequirement.server.factory with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionWorkRequirementTypeDetailFactory.create(WorkRequirementTypePK workRequirementTypePK, WorkEffortTypePK workEffortTypePK, String workRequirementTypeName, SequencePK workRequirementSequencePK, WorkflowStepPK workflowStepPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Boolean allowReassignment, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of WorkflowStepPK in com.echothree.model.data.workrequirement.server.value
Methods in com.echothree.model.data.workrequirement.server.value that return WorkflowStepPKMethods in com.echothree.model.data.workrequirement.server.value with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkRequirementTypeDetailValue.setWorkflowStepPK(WorkflowStepPK workflowStepPK) Constructors in com.echothree.model.data.workrequirement.server.value with parameters of type WorkflowStepPKModifierConstructorDescriptionWorkRequirementTypeDetailValue(WorkRequirementTypeDetailPK workRequirementTypeDetailPK, WorkRequirementTypePK workRequirementTypePK, WorkEffortTypePK workEffortTypePK, String workRequirementTypeName, SequencePK workRequirementSequencePK, WorkflowStepPK workflowStepPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Boolean allowReassignment, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementTypeDetailValueWorkRequirementTypeDetailValue(WorkRequirementTypePK workRequirementTypePK, WorkEffortTypePK workEffortTypePK, String workRequirementTypeName, SequencePK workRequirementSequencePK, WorkflowStepPK workflowStepPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Boolean allowReassignment, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementTypeDetailValue -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.records.selector
Methods in com.echothree.model.jooq.server.records.selector that return WorkflowStepPKModifier and TypeMethodDescriptionSelectorNodeWorkflowSteps.WorkflowStep()Getter forselectornodeworkflowsteps.slndws_wkfls_workflowstepid.Methods in com.echothree.model.jooq.server.records.selector with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidSelectorNodeWorkflowSteps.WorkflowStep(WorkflowStepPK value) Setter forselectornodeworkflowsteps.slndws_wkfls_workflowstepid.Constructors in com.echothree.model.jooq.server.records.selector with parameters of type WorkflowStepPKModifierConstructorDescriptionSelectorNodeWorkflowSteps(SelectorNodeWorkflowStepPK SelectorNodeEntityBoolean, SelectorNodePK SelectorNode, WorkflowStepPK WorkflowStep, Long FromTime, Long ThruTime) Create a detached, initialised SelectorNodeWorkflowSteps -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowStepPKModifier and TypeMethodDescriptionWorkflowDestinationDetails.WorkflowStep()Getter forworkflowdestinationdetails.wkfldndt_wkfls_workflowstepid.WorkflowDestinationSteps.WorkflowStep()Getter forworkflowdestinationsteps.wkfldns_wkfls_workflowstepid.WorkflowEntityStatuses.WorkflowStep()Getter forworkflowentitystatuses.wkfles_wkfls_workflowstepid.WorkflowEntranceSteps.WorkflowStep()Getter forworkflowentrancesteps.wkflens_wkfls_workflowstepid.WorkflowStepDescriptions.WorkflowStep()Getter forworkflowstepdescriptions.wkflsd_wkfls_workflowstepid.WorkflowStepDetails.WorkflowStep()Getter forworkflowstepdetails.wkflsdt_wkfls_workflowstepid.WorkflowSteps.WorkflowStep()Getter forworkflowsteps.wkfls_workflowstepid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowStepPKMethods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkflowDestinationDetails.WorkflowStep(WorkflowStepPK value) Setter forworkflowdestinationdetails.wkfldndt_wkfls_workflowstepid.voidWorkflowDestinationSteps.WorkflowStep(WorkflowStepPK value) Setter forworkflowdestinationsteps.wkfldns_wkfls_workflowstepid.voidWorkflowEntityStatuses.WorkflowStep(WorkflowStepPK value) Setter forworkflowentitystatuses.wkfles_wkfls_workflowstepid.voidWorkflowEntranceSteps.WorkflowStep(WorkflowStepPK value) Setter forworkflowentrancesteps.wkflens_wkfls_workflowstepid.voidWorkflowStepDescriptions.WorkflowStep(WorkflowStepPK value) Setter forworkflowstepdescriptions.wkflsd_wkfls_workflowstepid.voidWorkflowStepDetails.WorkflowStep(WorkflowStepPK value) Setter forworkflowstepdetails.wkflsdt_wkfls_workflowstepid.voidWorkflowSteps.WorkflowStep(WorkflowStepPK value) Setter forworkflowsteps.wkfls_workflowstepid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowStepPKModifierConstructorDescriptionWorkflowDestinationDetails(WorkflowDestinationDetailPK WorkflowDestinationDetail, WorkflowDestinationPK WorkflowDestination, WorkflowStepPK WorkflowStep, String WorkflowDestinationName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationDetailsWorkflowDestinationSteps(WorkflowDestinationStepPK WorkflowDestinationStep, WorkflowDestinationPK WorkflowDestination, WorkflowStepPK WorkflowStep, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowDestinationStepsWorkflowEntityStatuses(WorkflowEntityStatusPK WorkflowEntityStatus, EntityInstancePK EntityInstance, WorkflowStepPK WorkflowStep, WorkEffortScopePK WorkEffortScope, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntityStatusesWorkflowEntranceSteps(WorkflowEntranceStepPK WorkflowEntranceStep, WorkflowEntrancePK WorkflowEntrance, WorkflowStepPK WorkflowStep, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowEntranceStepsWorkflowStepDescriptions(WorkflowStepDescriptionPK WorkflowStepDescription, WorkflowStepPK WorkflowStep, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowStepDescriptionsWorkflowStepDetails(WorkflowStepDetailPK WorkflowStepDetail, WorkflowStepPK WorkflowStep, WorkflowPK Workflow, String WorkflowStepName, WorkflowStepTypePK WorkflowStepType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowStepDetailsWorkflowSteps(WorkflowStepPK WorkflowStep, WorkflowStepDetailPK ActiveDetail, WorkflowStepDetailPK LastDetail) Create a detached, initialised WorkflowSteps -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.records.workrequirement
Methods in com.echothree.model.jooq.server.records.workrequirement that return WorkflowStepPKModifier and TypeMethodDescriptionWorkRequirementTypeDetails.WorkflowStep()Getter forworkrequirementtypedetails.wrtdt_wkfls_workflowstepid.Methods in com.echothree.model.jooq.server.records.workrequirement with parameters of type WorkflowStepPKModifier and TypeMethodDescriptionvoidWorkRequirementTypeDetails.WorkflowStep(WorkflowStepPK value) Setter forworkrequirementtypedetails.wrtdt_wkfls_workflowstepid.Constructors in com.echothree.model.jooq.server.records.workrequirement with parameters of type WorkflowStepPKModifierConstructorDescriptionWorkRequirementTypeDetails(WorkRequirementTypeDetailPK WorkRequirementTypeDetail, WorkRequirementTypePK WorkRequirementType, WorkEffortTypePK WorkEffortType, String WorkRequirementTypeName, SequencePK WorkRequirementSequence, WorkflowStepPK WorkflowStep, Long EstimatedTimeAllowed, Long MaximumTimeAllowed, Boolean AllowReassignment, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised WorkRequirementTypeDetails -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.tables.selector
Fields in com.echothree.model.jooq.server.tables.selector with type parameters of type WorkflowStepPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SelectorNodeWorkflowSteps, WorkflowStepPK> SelectorNodeWorkflowSteps.WORKFLOW_STEPThe columnselectornodeworkflowsteps.slndws_wkfls_workflowstepid. -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowStepPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowDestinationDetails, WorkflowStepPK> WorkflowDestinationDetails.WORKFLOW_STEPThe columnworkflowdestinationdetails.wkfldndt_wkfls_workflowstepid.final org.jooq.TableField<WorkflowDestinationSteps, WorkflowStepPK> WorkflowDestinationSteps.WORKFLOW_STEPThe columnworkflowdestinationsteps.wkfldns_wkfls_workflowstepid.final org.jooq.TableField<WorkflowEntityStatuses, WorkflowStepPK> WorkflowEntityStatuses.WORKFLOW_STEPThe columnworkflowentitystatuses.wkfles_wkfls_workflowstepid.final org.jooq.TableField<WorkflowEntranceSteps, WorkflowStepPK> WorkflowEntranceSteps.WORKFLOW_STEPThe columnworkflowentrancesteps.wkflens_wkfls_workflowstepid.final org.jooq.TableField<WorkflowStepDescriptions, WorkflowStepPK> WorkflowStepDescriptions.WORKFLOW_STEPThe columnworkflowstepdescriptions.wkflsd_wkfls_workflowstepid.final org.jooq.TableField<WorkflowStepDetails, WorkflowStepPK> WorkflowStepDetails.WORKFLOW_STEPThe columnworkflowstepdetails.wkflsdt_wkfls_workflowstepid.final org.jooq.TableField<WorkflowSteps, WorkflowStepPK> WorkflowSteps.WORKFLOW_STEPThe columnworkflowsteps.wkfls_workflowstepid. -
Uses of WorkflowStepPK in com.echothree.model.jooq.server.tables.workrequirement
Fields in com.echothree.model.jooq.server.tables.workrequirement with type parameters of type WorkflowStepPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkRequirementTypeDetails, WorkflowStepPK> WorkRequirementTypeDetails.WORKFLOW_STEPThe columnworkrequirementtypedetails.wrtdt_wkfls_workflowstepid.