Uses of Enum
cdm.event.common.EventIntentEnum
Packages that use EventIntentEnum
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of EventIntentEnum in cdm.event.common
Methods in cdm.event.common that return EventIntentEnumModifier and TypeMethodDescriptionstatic EventIntentEnumEventIntentEnum.fromDisplayName(String name) static EventIntentEnumReturns the enum constant of this type with the specified name.static EventIntentEnum[]EventIntentEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.event.common with parameters of type EventIntentEnumModifier and TypeMethodDescriptionBusinessEvent.BusinessEventBuilder.setIntent(EventIntentEnum intent) BusinessEvent.BusinessEventBuilderImpl.setIntent(EventIntentEnum _intent) -
Uses of EventIntentEnum in cdm.event.common.functions
Methods in cdm.event.common.functions with parameters of type EventIntentEnumModifier and TypeMethodDescriptionprotected BusinessEvent.BusinessEventBuilderCreate_BusinessEvent.Create_BusinessEventDefault.assignOutput(BusinessEvent.BusinessEventBuilder businessEvent, List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) protected BusinessEvent.BusinessEventBuilderCreate_BusinessEvent.Create_BusinessEventDefault.doEvaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) protected abstract BusinessEvent.BusinessEventBuilderCreate_BusinessEvent.doEvaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) Create_BusinessEvent.evaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) -
Uses of EventIntentEnum in cdm.event.workflow
Fields in cdm.event.workflow declared as EventIntentEnumModifier and TypeFieldDescriptionprotected EventIntentEnumEventInstruction.EventInstructionBuilderImpl.intentMethods in cdm.event.workflow that return EventIntentEnumModifier and TypeMethodDescriptionEventInstruction.EventInstructionBuilderImpl.getIntent()EventInstruction.EventInstructionImpl.getIntent()EventInstruction.getIntent()The intent attribute is meant to be specified when the event qualification cannot be programmatically inferred from the event features.Methods in cdm.event.workflow with parameters of type EventIntentEnumModifier and TypeMethodDescriptionEventInstruction.EventInstructionBuilder.setIntent(EventIntentEnum intent) EventInstruction.EventInstructionBuilderImpl.setIntent(EventIntentEnum _intent)