Uses of Interface
cdm.event.workflow.CustomisedWorkflow
Packages that use CustomisedWorkflow
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of CustomisedWorkflow in cdm.event.workflow
Subinterfaces of CustomisedWorkflow in cdm.event.workflowModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.workflow that implement CustomisedWorkflowModifier and TypeClassDescriptionstatic classBuilder Implementation of CustomisedWorkflowstatic classImmutable Implementation of CustomisedWorkflowMethods in cdm.event.workflow that return CustomisedWorkflowModifier and TypeMethodDescriptionCustomisedWorkflow.build()Build MethodsCustomisedWorkflow.CustomisedWorkflowBuilderImpl.build()CustomisedWorkflow.CustomisedWorkflowImpl.build()Methods in cdm.event.workflow that return types with arguments of type CustomisedWorkflowModifier and TypeMethodDescriptionList<? extends CustomisedWorkflow> PartyCustomisedWorkflow.getCustomisedWorkflow()Non-standardized data in a generic form.List<? extends CustomisedWorkflow> PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl.getCustomisedWorkflow()default Class<? extends CustomisedWorkflow> CustomisedWorkflow.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CustomisedWorkflow> CustomisedWorkflow.metaData()Utility MethodsMethods in cdm.event.workflow with parameters of type CustomisedWorkflowModifier and TypeMethodDescriptionPartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder.addCustomisedWorkflow(CustomisedWorkflow customisedWorkflow) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder.addCustomisedWorkflow(CustomisedWorkflow customisedWorkflow, int idx) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.addCustomisedWorkflow(CustomisedWorkflow _customisedWorkflow) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.addCustomisedWorkflow(CustomisedWorkflow _customisedWorkflow, int idx) Method parameters in cdm.event.workflow with type arguments of type CustomisedWorkflowModifier and TypeMethodDescriptionPartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder.addCustomisedWorkflow(List<? extends CustomisedWorkflow> customisedWorkflow) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.addCustomisedWorkflow(List<? extends CustomisedWorkflow> customisedWorkflows) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilder.setCustomisedWorkflow(List<? extends CustomisedWorkflow> customisedWorkflow) PartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.setCustomisedWorkflow(List<? extends CustomisedWorkflow> customisedWorkflows) -
Uses of CustomisedWorkflow in cdm.event.workflow.meta
Methods in cdm.event.workflow.meta that return types with arguments of type CustomisedWorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow>> CustomisedWorkflowMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super CustomisedWorkflow, com.rosetta.model.lib.qualify.QualifyResult>> CustomisedWorkflowMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super CustomisedWorkflow, Set<String>> CustomisedWorkflowMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow> CustomisedWorkflowMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow> CustomisedWorkflowMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow> CustomisedWorkflowMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CustomisedWorkflow> CustomisedWorkflowMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CustomisedWorkflow in cdm.event.workflow.validation
Methods in cdm.event.workflow.validation with parameters of type CustomisedWorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CustomisedWorkflowTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CustomisedWorkflowValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CustomisedWorkflow o) -
Uses of CustomisedWorkflow in cdm.event.workflow.validation.exists
Methods in cdm.event.workflow.validation.exists with type parameters of type CustomisedWorkflowModifier and TypeMethodDescription<T2 extends CustomisedWorkflow>
com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow> CustomisedWorkflowOnlyExistsValidator.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 CustomisedWorkflowModifier and TypeMethodDescription<T2 extends CustomisedWorkflow>
com.rosetta.model.lib.validation.ValidationResult<CustomisedWorkflow> CustomisedWorkflowOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)