Uses of Interface
cdm.event.workflow.Workflow
Packages that use Workflow
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of Workflow in cdm.event.workflow
Subinterfaces of Workflow in cdm.event.workflowClasses in cdm.event.workflow that implement WorkflowModifier and TypeClassDescriptionstatic classBuilder Implementation of Workflowstatic classImmutable Implementation of WorkflowMethods in cdm.event.workflow that return WorkflowModifier and TypeMethodDescriptionWorkflow.build()Build MethodsWorkflow.WorkflowBuilderImpl.build()Workflow.WorkflowImpl.build()Methods in cdm.event.workflow that return types with arguments of type Workflow -
Uses of Workflow in cdm.event.workflow.functions
Methods in cdm.event.workflow.functions that return Workflow -
Uses of Workflow in cdm.event.workflow.meta
Methods in cdm.event.workflow.meta that return types with arguments of type WorkflowModifier and TypeMethodDescriptionWorkflowMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) WorkflowMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) WorkflowMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Workflow> WorkflowMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Workflow> WorkflowMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Workflow> WorkflowMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Workflow> WorkflowMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Workflow in cdm.event.workflow.validation
Methods in cdm.event.workflow.validation with parameters of type WorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> WorkflowTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Workflow o) List<com.rosetta.model.lib.validation.ValidationResult<?>> WorkflowValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Workflow o) -
Uses of Workflow in cdm.event.workflow.validation.exists
Methods in cdm.event.workflow.validation.exists with type parameters of type WorkflowModifier and TypeMethodDescriptionWorkflowOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.workflow.validation.exists that return types with arguments of type Workflow -
Uses of Workflow in cdm.security.lending.functions
Methods in cdm.security.lending.functions that return WorkflowModifier and TypeMethodDescriptionRunNewSettlementWorkflow.execute(ExecutionInstruction executionInstruction) RunReturnSettlementWorkflow.execute(RunReturnSettlementWorkflowInput input) Methods in cdm.security.lending.functions that return types with arguments of type WorkflowModifier and TypeMethodDescriptionRunNewSettlementWorkflow.getOutputType()RunReturnSettlementWorkflow.getOutputType()