Uses of Interface
cdm.event.workflow.PartyCustomisedWorkflow
Packages that use PartyCustomisedWorkflow
Package
Description
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of PartyCustomisedWorkflow in cdm.event.workflow
Subinterfaces of PartyCustomisedWorkflow in cdm.event.workflowModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.workflow that implement PartyCustomisedWorkflowModifier and TypeClassDescriptionstatic classBuilder Implementation of PartyCustomisedWorkflowstatic classImmutable Implementation of PartyCustomisedWorkflowMethods in cdm.event.workflow that return PartyCustomisedWorkflowModifier and TypeMethodDescriptionPartyCustomisedWorkflow.build()Build MethodsPartyCustomisedWorkflow.PartyCustomisedWorkflowBuilderImpl.build()PartyCustomisedWorkflow.PartyCustomisedWorkflowImpl.build()Methods in cdm.event.workflow that return types with arguments of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionList<? extends PartyCustomisedWorkflow> WorkflowState.getPartyCustomisedWorkflow()Workflow data that is specific to certain market participants and is expressed as part of the CDM in a very generic manner, which can be party-specific.List<? extends PartyCustomisedWorkflow> WorkflowState.WorkflowStateImpl.getPartyCustomisedWorkflow()default Class<? extends PartyCustomisedWorkflow> PartyCustomisedWorkflow.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PartyCustomisedWorkflow> PartyCustomisedWorkflow.metaData()Utility MethodsMethods in cdm.event.workflow with parameters of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionWorkflowState.WorkflowStateBuilder.addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow) WorkflowState.WorkflowStateBuilder.addPartyCustomisedWorkflow(PartyCustomisedWorkflow partyCustomisedWorkflow, int idx) WorkflowState.WorkflowStateBuilderImpl.addPartyCustomisedWorkflow(PartyCustomisedWorkflow _partyCustomisedWorkflow) WorkflowState.WorkflowStateBuilderImpl.addPartyCustomisedWorkflow(PartyCustomisedWorkflow _partyCustomisedWorkflow, int idx) Method parameters in cdm.event.workflow with type arguments of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionWorkflowState.WorkflowStateBuilder.addPartyCustomisedWorkflow(List<? extends PartyCustomisedWorkflow> partyCustomisedWorkflow) WorkflowState.WorkflowStateBuilderImpl.addPartyCustomisedWorkflow(List<? extends PartyCustomisedWorkflow> partyCustomisedWorkflows) WorkflowState.WorkflowStateBuilder.setPartyCustomisedWorkflow(List<? extends PartyCustomisedWorkflow> partyCustomisedWorkflow) WorkflowState.WorkflowStateBuilderImpl.setPartyCustomisedWorkflow(List<? extends PartyCustomisedWorkflow> partyCustomisedWorkflows) -
Uses of PartyCustomisedWorkflow in cdm.event.workflow.meta
Methods in cdm.event.workflow.meta that return types with arguments of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow>> PartyCustomisedWorkflowMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PartyCustomisedWorkflow, com.rosetta.model.lib.qualify.QualifyResult>> PartyCustomisedWorkflowMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PartyCustomisedWorkflow, Set<String>> PartyCustomisedWorkflowMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow> PartyCustomisedWorkflowMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow> PartyCustomisedWorkflowMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow> PartyCustomisedWorkflowMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PartyCustomisedWorkflow> PartyCustomisedWorkflowMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PartyCustomisedWorkflow in cdm.event.workflow.validation
Methods in cdm.event.workflow.validation with parameters of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PartyCustomisedWorkflowTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PartyCustomisedWorkflowValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow o) -
Uses of PartyCustomisedWorkflow in cdm.event.workflow.validation.datarule
Methods in cdm.event.workflow.validation.datarule with parameters of type PartyCustomisedWorkflowModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PartyCustomisedWorkflowPartyCustomisedWorkflowChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow partyCustomisedWorkflow) List<com.rosetta.model.lib.validation.ValidationResult<?>> PartyCustomisedWorkflowPartyCustomisedWorkflowChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PartyCustomisedWorkflow partyCustomisedWorkflow) -
Uses of PartyCustomisedWorkflow in cdm.event.workflow.validation.exists
Methods in cdm.event.workflow.validation.exists with type parameters of type PartyCustomisedWorkflowModifier and TypeMethodDescription<T2 extends PartyCustomisedWorkflow>
com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow> PartyCustomisedWorkflowOnlyExistsValidator.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 PartyCustomisedWorkflowModifier and TypeMethodDescription<T2 extends PartyCustomisedWorkflow>
com.rosetta.model.lib.validation.ValidationResult<PartyCustomisedWorkflow> PartyCustomisedWorkflowOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)