Uses of Class
com.echothree.model.data.workflow.common.pk.WorkflowSelectorKindPK
Packages that use WorkflowSelectorKindPK
Package
Description
-
Uses of WorkflowSelectorKindPK in com.echothree.model.data.workflow.server.entity
Methods in com.echothree.model.data.workflow.server.entity that return WorkflowSelectorKindPK -
Uses of WorkflowSelectorKindPK in com.echothree.model.data.workflow.server.factory
Methods in com.echothree.model.data.workflow.server.factory that return WorkflowSelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.getNextPK()WorkflowSelectorKindFactory.getPKFromQuery(PreparedStatement ps, Object... params) WorkflowSelectorKindFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory that return types with arguments of type WorkflowSelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WorkflowSelectorKindFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WorkflowSelectorKindFactory.getPKsFromResultSetAsList(ResultSet rs) WorkflowSelectorKindFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.workflow.server.factory with parameters of type WorkflowSelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.getEntityFromCache(WorkflowSelectorKindPK pk) WorkflowSelectorKindFactory.getEntityFromPK(EntityPermission entityPermission, WorkflowSelectorKindPK pk) WorkflowSelectorKindFactory.getValueFromPK(WorkflowSelectorKindPK pk) voidWorkflowSelectorKindFactory.remove(WorkflowSelectorKindPK pk) booleanWorkflowSelectorKindFactory.validPK(WorkflowSelectorKindPK pk) Method parameters in com.echothree.model.data.workflow.server.factory with type arguments of type WorkflowSelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKindFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WorkflowSelectorKindPK> pks) WorkflowSelectorKindFactory.getValuesFromPKs(Collection<WorkflowSelectorKindPK> pks) voidWorkflowSelectorKindFactory.remove(Collection<WorkflowSelectorKindPK> pks) -
Uses of WorkflowSelectorKindPK in com.echothree.model.data.workflow.server.value
Methods in com.echothree.model.data.workflow.server.value that return WorkflowSelectorKindPKConstructors in com.echothree.model.data.workflow.server.value with parameters of type WorkflowSelectorKindPKModifierConstructorDescriptionWorkflowSelectorKindValue(WorkflowSelectorKindPK selectorKindWorkflowPK, WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowSelectorKindValue -
Uses of WorkflowSelectorKindPK in com.echothree.model.jooq.server.records.workflow
Methods in com.echothree.model.jooq.server.records.workflow that return WorkflowSelectorKindPKModifier and TypeMethodDescriptionWorkflowSelectorKinds.SelectorKindWorkflow()Getter forworkflowselectorkinds.wkflslk_selectorkindworkflowid.Methods in com.echothree.model.jooq.server.records.workflow that return types with arguments of type WorkflowSelectorKindPKModifier and TypeMethodDescriptionorg.jooq.Record1<WorkflowSelectorKindPK> WorkflowSelectorKinds.key()Methods in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowSelectorKindPKModifier and TypeMethodDescriptionvoidWorkflowSelectorKinds.SelectorKindWorkflow(WorkflowSelectorKindPK value) Setter forworkflowselectorkinds.wkflslk_selectorkindworkflowid.Constructors in com.echothree.model.jooq.server.records.workflow with parameters of type WorkflowSelectorKindPKModifierConstructorDescriptionWorkflowSelectorKinds(WorkflowSelectorKindPK SelectorKindWorkflow, WorkflowPK Workflow, SelectorKindPK SelectorKind, Long FromTime, Long ThruTime) Create a detached, initialised WorkflowSelectorKinds -
Uses of WorkflowSelectorKindPK in com.echothree.model.jooq.server.tables.workflow
Fields in com.echothree.model.jooq.server.tables.workflow with type parameters of type WorkflowSelectorKindPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<WorkflowSelectorKinds, WorkflowSelectorKindPK> WorkflowSelectorKinds.SELECTOR_KIND_WORKFLOWThe columnworkflowselectorkinds.wkflslk_selectorkindworkflowid.