Uses of Interface
cdm.event.common.BusinessEvent.BusinessEventBuilder
Packages that use BusinessEvent.BusinessEventBuilder
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 BusinessEvent.BusinessEventBuilder in cdm.event.common
Classes in cdm.event.common that implement BusinessEvent.BusinessEventBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of BusinessEventMethods in cdm.event.common that return BusinessEvent.BusinessEventBuilderModifier and TypeMethodDescriptionBusinessEvent.BusinessEventBuilder.addAfter(TradeState after) BusinessEvent.BusinessEventBuilder.addAfter(TradeState after, int idx) BusinessEvent.BusinessEventBuilder.addAfter(List<? extends TradeState> after) BusinessEvent.BusinessEventBuilderImpl.addAfter(TradeState _after) BusinessEvent.BusinessEventBuilderImpl.addAfter(TradeState _after, int idx) BusinessEvent.BusinessEventBuilderImpl.addAfter(List<? extends TradeState> afters) BusinessEvent.BusinessEventBuilder.addInstruction(Instruction instruction) BusinessEvent.BusinessEventBuilder.addInstruction(Instruction instruction, int idx) BusinessEvent.BusinessEventBuilder.addInstruction(List<? extends Instruction> instruction) BusinessEvent.BusinessEventBuilderImpl.addInstruction(Instruction _instruction) BusinessEvent.BusinessEventBuilderImpl.addInstruction(Instruction _instruction, int idx) BusinessEvent.BusinessEventBuilderImpl.addInstruction(List<? extends Instruction> instructions) BusinessEvent.builder()BusinessEvent.BusinessEventBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) BusinessEvent.BusinessEventBuilder.prune()BusinessEvent.BusinessEventBuilderImpl.prune()BusinessEvent.BusinessEventBuilder.setAfter(List<? extends TradeState> after) BusinessEvent.BusinessEventBuilderImpl.setAfter(List<? extends TradeState> afters) BusinessEvent.BusinessEventBuilder.setCorporateActionIntent(CorporateActionTypeEnum corporateActionIntent) BusinessEvent.BusinessEventBuilderImpl.setCorporateActionIntent(CorporateActionTypeEnum _corporateActionIntent) BusinessEvent.BusinessEventBuilder.setEffectiveDate(com.rosetta.model.lib.records.Date effectiveDate) BusinessEvent.BusinessEventBuilderImpl.setEffectiveDate(com.rosetta.model.lib.records.Date _effectiveDate) BusinessEvent.BusinessEventBuilder.setEventDate(com.rosetta.model.lib.records.Date eventDate) BusinessEvent.BusinessEventBuilderImpl.setEventDate(com.rosetta.model.lib.records.Date _eventDate) BusinessEvent.BusinessEventBuilder.setEventQualifier(String eventQualifier) BusinessEvent.BusinessEventBuilderImpl.setEventQualifier(String _eventQualifier) BusinessEvent.BusinessEventBuilder.setInstruction(List<? extends Instruction> instruction) BusinessEvent.BusinessEventBuilderImpl.setInstruction(List<? extends Instruction> instructions) BusinessEvent.BusinessEventBuilder.setIntent(EventIntentEnum intent) BusinessEvent.BusinessEventBuilderImpl.setIntent(EventIntentEnum _intent) BusinessEvent.BusinessEventBuilder.setMeta(com.rosetta.model.metafields.MetaFields meta) BusinessEvent.BusinessEventBuilderImpl.setMeta(com.rosetta.model.metafields.MetaFields _meta) BusinessEvent.BusinessEventBuilder.setPackageInformation(IdentifiedList packageInformation) BusinessEvent.BusinessEventBuilderImpl.setPackageInformation(IdentifiedList _packageInformation) BusinessEvent.BusinessEventBuilderImpl.toBuilder()BusinessEvent.BusinessEventImpl.toBuilder()BusinessEvent.toBuilder()Methods in cdm.event.common with parameters of type BusinessEvent.BusinessEventBuilderModifier and TypeMethodDescriptionprotected voidBusinessEvent.BusinessEventImpl.setBuilderFields(BusinessEvent.BusinessEventBuilder builder) Constructors in cdm.event.common with parameters of type BusinessEvent.BusinessEventBuilderModifierConstructorDescriptionprotected -
Uses of BusinessEvent.BusinessEventBuilder in cdm.event.common.functions
Methods in cdm.event.common.functions that return BusinessEvent.BusinessEventBuilderModifier 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_Return.Create_ReturnDefault.assignOutput(BusinessEvent.BusinessEventBuilder returnEvent, TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) 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) protected BusinessEvent.BusinessEventBuilderCreate_Return.Create_ReturnDefault.doEvaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) protected abstract BusinessEvent.BusinessEventBuilderCreate_Return.doEvaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) Methods in cdm.event.common.functions with parameters of type BusinessEvent.BusinessEventBuilderModifier 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_Return.Create_ReturnDefault.assignOutput(BusinessEvent.BusinessEventBuilder returnEvent, TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) -
Uses of BusinessEvent.BusinessEventBuilder in cdm.event.workflow
Fields in cdm.event.workflow declared as BusinessEvent.BusinessEventBuilderModifier and TypeFieldDescriptionprotected BusinessEvent.BusinessEventBuilderWorkflowStep.WorkflowStepBuilderImpl.businessEventMethods in cdm.event.workflow that return BusinessEvent.BusinessEventBuilderModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.getBusinessEvent()WorkflowStep.WorkflowStepBuilderImpl.getBusinessEvent()WorkflowStep.WorkflowStepBuilder.getOrCreateBusinessEvent()WorkflowStep.WorkflowStepBuilderImpl.getOrCreateBusinessEvent() -
Uses of BusinessEvent.BusinessEventBuilder in org.isda.cdm.qualify
Methods in org.isda.cdm.qualify with parameters of type BusinessEvent.BusinessEventBuilderModifier and TypeMethodDescriptionvoidBusinessEventQualificationHandler.setQualifier(BusinessEvent.BusinessEventBuilder businessEventBuilder, String qualifier)