Uses of Class
org.cristalise.kernel.persistency.outcome.Schema
Packages that use Schema
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.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of Schema in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return Schema -
Uses of Schema in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return SchemaModifier and TypeMethodDescriptionItemProxy.getMasterSchema()Returns the so called Master Schema which can be used to construct master outcome.ItemProxy.getMasterSchema(String schemaName, Integer schemaVersion) Returns the so called Master Schema which can be used to construct master outcome.ItemProxy.getUpdateSchema()Returns the so called UpdateSchema which is used while creating new Items.Methods in org.cristalise.kernel.entity.proxy with parameters of type SchemaModifier and TypeMethodDescriptionbooleanItemProxy.checkOutcome(Schema schema, int eventId) Check if the given Outcome existsbooleanItemProxy.checkOutcome(Schema schema, int eventId, TransactionKey transKey) Check if the given Outcome exists.booleanItemProxy.checkOutcomeAttachment(Schema schema, int eventId) Check if the given OutcomeAttachment existsbooleanItemProxy.checkOutcomeAttachment(Schema schema, int eventId, TransactionKey transKey) Check if the given OutcomeAttachment exists.ItemProxy.getOutcome(Schema schema, int eventId) Gets the selected Outcome,ItemProxy.getOutcome(Schema schema, int eventId, TransactionKey transKey) Gets the selected Outcome.ItemProxy.getOutcomeAttachment(Schema schema, int eventId) Gets the selected OutcomeAttachmentItemProxy.getOutcomeAttachment(Schema schema, int eventId, TransactionKey transKey) Gets the selected OutcomeAttachment. -
Uses of Schema in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events with parameters of type SchemaModifier and TypeMethodDescriptionHistory.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, boolean hasAttachment) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, String timeString) voidEvent.addOutcomeDetails(Schema schema, String viewName) -
Uses of Schema in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return SchemaModifier and TypeMethodDescriptionActivityDef.getSchema()ActivityDef.getSchema(TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle with parameters of type Schema -
Uses of Schema in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that return Schema -
Uses of Schema in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that return SchemaModifier and TypeMethodDescriptionOutcome.getSchema()Gets the Schema object associated with the OutcomeOutcome.getSchema(TransactionKey transactionKey) Gets the Schema object associated with the OutcomeMethods in org.cristalise.kernel.persistency.outcome with parameters of type SchemaModifier and TypeMethodDescriptionstatic OutcomeValidatorOutcomeValidator.getValidator(Schema schema) Constructors in org.cristalise.kernel.persistency.outcome with parameters of type SchemaModifierConstructorDescriptionUse this constructor to manipulate, validate and store this outcomeVery basic constructor to set all membersUse this constructor for XML manipulation and validation.OutcomeValidator(Schema schema) -
Uses of Schema in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return SchemaModifier and TypeMethodDescriptionprotected SchemaSchemaCache.buildObject(String name, int version, ItemPath path, String data) static SchemaRetrieves a named version of a schema from the databasestatic SchemaLocalObjectLoader.getSchema(String schemaName, int schemaVersion, TransactionKey transactionKey) static SchemaLocalObjectLoader.getSchema(CastorHashMap properties) Retrieves a schema from the database finding data in the Vertex propertiesstatic SchemaLocalObjectLoader.getSchema(CastorHashMap properties, TransactionKey transactionKey)