Uses of Class
org.cristalise.kernel.persistency.outcome.Outcome
Packages that use Outcome
Package
Description
This file is part of the CRISTAL-iSE kernel.
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
-
Uses of Outcome in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return OutcomeModifier and TypeMethodDescriptionJob.getLastOutcome()Returns the Outcome instance associated with the 'last' ViewpointJob.getOutcome()Returns the Outcome if exists otherwise tries to read and duplicate the Outcome of 'last' ViewPoint.Methods in org.cristalise.kernel.entity with parameters of type Outcome -
Uses of Outcome in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return OutcomeModifier and TypeMethodDescriptionItemProxy.getOutcome(String schemaName, int schemaVersion, int eventId) Gets the selected Outcome.ItemProxy.getOutcome(String schemaName, int schemaVersion, int eventId, TransactionKey transKey) Gets the selected Outcome.ItemProxy.getOutcome(Event event) Gets the Outcome associated with the Event.ItemProxy.getOutcome(Event event, TransactionKey transKey) Gets the Outcome associated with the Event.ItemProxy.getOutcome(Schema schema, int eventId) Gets the selected Outcome,ItemProxy.getOutcome(Schema schema, int eventId, TransactionKey transKey) Gets the selected Outcome.ItemProxy.getOutcome(Viewpoint view) Gets the Outcome selected by the ViewpointItemProxy.getOutcome(Viewpoint view, TransactionKey transKey) Gets the Outcome selected by the Viewpoint. -
Uses of Outcome in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type OutcomeModifier and TypeMethodDescriptionstatic voidPredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath, Outcome newOutcome, Integer version, TransactionKey transactionKey) TODO Implement Bootstrap predefined stepstatic voidPredefinedStep.storeOutcomeEventAndViews(ItemPath itemPath, Outcome newOutcome, TransactionKey transactionKey) TODO Implement Bootstrap predefined step -
Uses of Outcome in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that return OutcomeModifier and TypeMethodDescriptionOutcomeAttachment.getOutcome()OutcomeAttachment.getOutcome(TransactionKey transactionKey) Viewpoint.getOutcome()Viewpoint.getOutcome(TransactionKey transactionKey) OutcomeInitiator.initOutcomeInstance(Job job) Constructs and initialises the Outcome objectQueryOutcomeInitiator.initOutcomeInstance(Job job) Methods in org.cristalise.kernel.persistency.outcome with parameters of type OutcomeModifier and TypeMethodDescriptionstatic OutcomeValidatorOutcomeValidator.getValidator(Outcome o) booleanOutcome.isIdentical(Outcome other) Checks if the Outcome is identical with the given inputConstructors in org.cristalise.kernel.persistency.outcome with parameters of type OutcomeModifierConstructorDescriptionOutcomeAttachment(ItemPath itemPath, Outcome outcome, String file, byte[] binaryData) -
Uses of Outcome in org.cristalise.kernel.process.resource
Methods in org.cristalise.kernel.process.resource that return OutcomeModifier and TypeMethodDescriptionDefaultResourceImportHandler.getResourceOutcome(String name, String ns, String location, Integer version) ResourceImportHandler.getResourceOutcome(String name, String ns, String location, Integer version) Generate the outcome that the resource should contain.Methods in org.cristalise.kernel.process.resource with parameters of type OutcomeModifier and TypeMethodDescriptionDefaultResourceImportHandler.createResource(String ns, String itemName, int version, Outcome outcome, boolean reset, TransactionKey transactionKey) Methods migrated from BootstrapResourceImportHandler.createResource(String ns, String itemName, int version, Outcome outcome, boolean reset, TransactionKey transactionKey) Create resource Item from its Module definition.DefaultResourceImportHandler.getCollections(String name, Integer version, Outcome outcome, TransactionKey transactionKey) ResourceImportHandler.getCollections(String name, Integer version, Outcome outcome, TransactionKey transactionKey) Returns any collections that this Resource Item stored in the outcome should contain.DefaultResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, Outcome outcome, boolean reset, TransactionKey transactionKey) ResourceImportHandler.importResource(String ns, String itemName, int version, ItemPath itemPath, Outcome outcome, boolean reset, TransactionKey transactionKey) Verify a resource Item against a Module version, but supplies the resource outcomes directly instead of through a location lookup. -
Uses of Outcome in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return OutcomeModifier and TypeMethodDescriptionObjectProperties.convertToOutcome(String processName) Convert the properties to an XML using SystemProperties.xsd.default OutcomeDescriptionObject.toOutcome()