Uses of Class
org.cristalise.kernel.common.InvalidDataException
Packages that use InvalidDataException
Package
Description
Collections are Item local objects that reference other Items.
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 InvalidDataException in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidDependency.addToItemProperties(PropertyArrayList props, TransactionKey transactionKey) Add Dependency specific values to ItemProperties.voidDependency.addToVertexProperties(CastorHashMap props, TransactionKey transactionKey) Add Dependency specific values to VertexProperties (CastorHashMap).booleanDependencyMember.convertToItemPropertyByScript(PropertyArrayList props, TransactionKey transactionKey) Executes Script if it was defined in the Member propertiesprotected ObjectDependency.evaluateScript(TransactionKey transactionKey) protected ObjectDependencyMember.evaluateScript(TransactionKey transactionKey) Dependency.getToDependencyName(ItemPath referencedItem, TransactionKey transactionKey) Reads the DependencyTo property to retrieve the name of the dependency.voidDependency.updateMember(ItemPath childPath, int memberID, CastorHashMap memberNewProps) voidDependency.updateMember(ItemPath childPath, CastorHashMap memberNewProps) -
Uses of InvalidDataException in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that throw InvalidDataExceptionModifier and TypeMethodDescriptionJob.getLastOutcome()Returns the Outcome instance associated with the 'last' ViewpointJob.getLastView()Returns the Outcome string associated with the 'last' ViewpointJob.getOutcome()Returns the Outcome if exists otherwise tries to read and duplicate the Outcome of 'last' ViewPoint.Job.getOutcomeInitiator()Retrieve the OutcomeInitiator associated with this Job.Job.getOutcomeString()Returns the Outcome string.DomainContext.getParentContext()Job.getQuery()Job.getSchema()Job.getSchemaName()intJob.getSchemaVersion()Job.getScript()intJob.getScriptVersion()DomainContext.makeDescCollections(TransactionKey transactionKey) voidJob.setOutcome(String outcomeData) Constructors in org.cristalise.kernel.entity that throw InvalidDataExceptionModifierConstructorDescriptionDomainContext(String path) DomainContext(String path, Integer v) DomainContext(String path, String ns, Integer v) DomainContext(DomainPath path) DomainContext(DomainPath path, String ns, Integer v) Main constructor to create Job during workflow enactment -
Uses of InvalidDataException in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that throw InvalidDataExceptionModifier and TypeMethodDescriptionImportItem.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) protected CompositeActivityImportItem.createCompositeActivity(TransactionKey transactionKey) This method enables to use ImportItem in different bootstrap uses cases (e.g.ImportAgent.makeDescCollections(TransactionKey transactionKey) ImportItem.makeDescCollections(TransactionKey transactionKey) ImportRole.makeDescCollections(TransactionKey transactionKey) -
Uses of InvalidDataException in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that throw InvalidDataExceptionModifier and TypeMethodDescriptionItemProxy.getAggregateScript()Returns the so called Aggregate Script which can be used to construct master outcome.ItemProxy.getAggregateScript(String scriptName, Integer scriptVersion) Returns the so called Aggregate Script which can be used to construct master outcome.ItemProxy.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.voidItemProxy.setProperty(AgentProxy agent, String name, String value) Sets the value of the given PropertyConstructors in org.cristalise.kernel.entity.proxy that throw InvalidDataExceptionModifierConstructorDescriptionProxyMessage(String message) Parses the message string using ':' as separator. -
Uses of InvalidDataException in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events that throw InvalidDataExceptionModifier and TypeMethodDescriptionHistory.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId, String timeString) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, String timeString) voidEvent.setTimeString(String time) -
Uses of InvalidDataException in org.cristalise.kernel.graph.model
Methods in org.cristalise.kernel.graph.model that throw InvalidDataExceptionModifier and TypeMethodDescriptionprotected IntegerGraphableVertex.deriveVersionNumber(Object val) voidGraphableVertex.setChildrenGraphModel(GraphModel childrenGraph) Sets the childrenGraph.voidGraphableVertex.updatePropertiesFromCollection(int slotID, CastorHashMap newProps) voidGraphableVertex.updatePropertiesFromCollection(BuiltInVertexProperties vertexProp, CastorHashMap newProps) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that throw InvalidDataExceptionModifier and TypeMethodDescriptionCompositeActivityDef.addExistingActivityDef(String name, ActivityDef actDef, GraphPoint point) voidActivityDef.configureInstance(WfVertex act, TransactionKey transactionKey) voidWfVertexDef.configureInstance(WfVertex newVertex, TransactionKey transactionKey) Copies Properties from vertex definition to vertex instance, and also set the Edgesvoidvoidvoidprotected voidActivityDef.exportCollections(Writer imports, File dir) CompositeActivityDef.findRefActDefs(GraphModel graph, TransactionKey transactionKey) ActivityDef.getActStateMachine()protected DescriptionObject[]ActivityDef.getBuiltInCollectionResource(BuiltInCollections collection, TransactionKey transactionKey) protected StringActivityDef.getExportAttributes(String type) protected StringActivityDef.getExportCollections()ActivityDef.getQuery()ActivityDef.getQuery(TransactionKey transactionKey) AndSplitDef.getRoutingScript(TransactionKey transactionKey) ActivityDef.getSchema()ActivityDef.getSchema(TransactionKey transactionKey) ActivityDef.getScript()ActivityDef.getScript(TransactionKey transactionKey) ActivityDef.getStateMachine()ActivityDef.getStateMachine(TransactionKey transactionKey) ActivitySlotDef.getTheActivityDef(TransactionKey transactionKey) ActivityDef.instantiate(String name, TransactionKey transactionKey) ActivityDef.instantiate(TransactionKey transactionKey) ActivitySlotDef.instantiate(TransactionKey transactionKey) AndSplitDef.instantiate(TransactionKey transactionKey) CompositeActivityDef.instantiate(String name, TransactionKey transactionKey) CompositeActivityDef.instantiate(TransactionKey transactionKey) JoinDef.instantiate(TransactionKey transactionKey) LoopDef.instantiate(TransactionKey transactionKey) OrSplitDef.instantiate(TransactionKey transactionKey) abstract WfVertexWfVertexDef.instantiate(TransactionKey transactionKey) XOrSplitDef.instantiate(TransactionKey transactionKey) WfVertex[]CompositeActivityDef.intantiateVertices(CompositeActivity ca, TransactionKey transactionKey) Loops through the vertices of children graph model and calls their instantiate methodCompositeActivityDef.makeActDefCollection(TransactionKey transactionKey) Used in Script CompositeActivityDefCollSetterActivityDef.makeDescCollections(TransactionKey transactionKey) CompositeActivityDef.makeDescCollections(TransactionKey transactionKey) CompositeActivityDef.newChild(String Name, String Type, Integer version, GraphPoint location) Deprecated.CompositeActivityDef.newChild(String name, WfVertex.Types type, Integer version, GraphPoint location) voidCompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph) voidCompositeActivityDef.setChildrenGraphModel(GraphModel childrenGraph, TransactionKey transactionKey) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidActivity.abort(AgentPath agent, ItemPath itemPath, TransactionKey transactionKey) voidCompositeActivity.abort(AgentPath agentPath, ItemPath itemPath, TransactionKey transactionKey) voidWfVertex.abort(AgentPath agent, ItemPath itemPath, TransactionKey transactionKey) Activity.calculateAllJobs(AgentPath agent, ItemPath itemPath, boolean recurse) CompositeActivity.calculateAllJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Activity.calculateJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Calculates the lists of jobs for the activity and its children (cf org.cristalise.kernel.entity.Job)CompositeActivity.calculateJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Workflow.calculateJobs(AgentPath agent, ItemPath itemPath, int type) if type = 0 only domain steps will be queried if type = 1 only predefined steps will be queried else both will be queriedprotected String[]Split.calculateNexts(TransactionKey transactionKey) WfVertex.evaluateProperty(ItemPath itemPath, String propName, TransactionKey transactionKey) WfVertex.evaluatePropertyValue(ItemPath itemPath, Object propValue, TransactionKey transactionKey) voidLoop.followNext(Next activeNext, TransactionKey transactionKey) voidXOrSplit.followNext(Next activeNext, TransactionKey transactionKey) CompositeActivity.getPossibleActs(WfVertex fromVertex, int direction) intActivity.getState()Activity.getStateMachine()Activity.getStateMachine(TransactionKey transKey) Activity.getStateName()Next.getTerminusVertex()voidWorkflow.initialise(ItemPath itemPath, AgentPath agent, TransactionKey transactionKey) protected booleanCompositeActivity.isFinishable()Checks if the CompositeActivity can be finished by checking if there is no further Activities to be executed at its current state.protected booleanCompositeActivity.isFinishable(WfVertex lastVertex) Checks if the CompositeActivity can be finished by checking if there is no further Activities to be executed at its current state.booleanActivity.isFinished()protected booleanCheck if the one of value in the input list matches value(s) defined in the Alias property of output edges.protected booleanCompositeActivity.isStartable()voidActivity.reinit(int idLoop) reinitialises the Activity and propagate (for Loop)voidCompositeActivity.reinit(int idLoop) voidJoin.reinit(int idLoop) voidLoop.reinit(int idLoop) voidSplit.reinit(int idLoop) abstract voidWfVertex.reinit(int idLoop) Activity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, boolean validateOutcome, TransactionKey transactionKey) Activity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) CompositeActivity.request(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) Workflow.requestAction(AgentPath agent, String stepPath, ItemPath itemPath, int transitionID, String requestData, String attachmentType, byte[] attachment, TransactionKey transactionKey) voidActivity.run(TransactionKey transactionKey) called by precedent Activity runNext() for setting the activity able to be executedvoidCompositeActivity.run(TransactionKey transactionKey) voidJoin.run(TransactionKey transactionKey) voidSplit.run(TransactionKey transactionKey) abstract voidWfVertex.run(TransactionKey transactionKey) protected StringActivity.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) Overridden in predefined stepsvoidActivity.runFirst(TransactionKey transactionKey) sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the (sub)processvoidJoin.runFirst(TransactionKey transactionKey) voidSplit.runFirst(TransactionKey transactionKey) abstract voidWfVertex.runFirst(TransactionKey transactionKey) Sets the activity available to be executed on start of Workflow or composite activity (when it is the first one of the (sub)process)voidActivity.runNext(TransactionKey transactionKey) sets the next activity available if possiblevoidAndSplit.runNext(TransactionKey transactionKey) voidCompositeActivity.runNext(TransactionKey transactionKey) voidJoin.runNext(TransactionKey transactionKey) voidOrSplit.runNext(TransactionKey transactionKey) abstract voidWfVertex.runNext(TransactionKey transactionKey) voidXOrSplit.runNext(TransactionKey transactionKey) voidCompositeActivity.setChildrenGraphModel(GraphModel childrenGraph) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that throw InvalidDataExceptionModifier and TypeMethodDescriptionprotected DependencyManageMembersOfCollectionBase.addCurrentDependencyUpdate(ItemPath currentItem, Node dependencyNode) Adds an update instruction to call the predefined step on the current Item based on serialized Dependency.protected voidAddMembersToCollection.checkCardinatilyConstraint(Dependency currentDependency, Dependency inputDependency, ItemPath itemPath, TransactionKey transactionKey) protected voidManageMembersOfCollectionBase.checkCardinatilyConstraint(Dependency currentDependency, Dependency inputDependency, ItemPath itemPath, TransactionKey transactionKey) voidManageMembersOfCollectionBase.computeUpdates(ItemPath currentItemPath, Activity currentActivity, Node inputNode, TransactionKey transactionKey) voidPredefinedStep.computeUpdates(ItemPath currentItem, Activity currentActivity, Node outcomeNode, TransactionKey transactionKey) protected CollectionDescription<?> AddNewCollectionDescription.createAggregationDescription(String[] params, String collName, TransactionKey transactionKey) protected CollectionDescription<?> AddNewCollectionDescription.createDependencyDescription(String[] params, String collName, TransactionKey transactionKey) protected voidErase.eraseOneItem(AgentPath agentP, ItemPath itemP, boolean forceFlag, TransactionKey transactionKey) protected voidAddMembersToCollection.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) protected voidManageMembersOfCollectionBase.evaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) protected voidPredefinedStepCollectionBase.evaluateScript(ItemPath item, String propertyValue, CastorHashMap scriptProps, TransactionKey transactionKey) Deprecated.protected voidPredefinedStepCollectionBase.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) Deprecated.Executes a script if exists.protected voidRemoveMembersFromCollection.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) protected AggregationPredefinedStepCollectionBase.getAggregation()Deprecated.protected DependencyPredefinedStepCollectionBase.getDependency()Deprecated.protected DependencyMemberPredefinedStepCollectionBase.getDependencyMember()Deprecated.CreateItemFromDescription.getItemName(ItemPath descItemPath, String newName, TransactionKey transactionKey) PredefinedStep.getPredefStepOutcomeNode(Node predefStepNode) protected voidCreateItemFromDescription.initialiseItem(ItemPath newItem, AgentProxy agent, ItemProxy descItem, PropertyArrayList initProps, String outcome, String newName, String descVer, DomainPath context, ItemPath newItemPath, TransactionKey transactionKey) static Collection<?> CreateItemFromDescription.instantiateCollection(String collName, ItemProxy descItem, String descVer, PropertyArrayList newProps, TransactionKey transactionKey) protected CollectionArrayListCreateItemFromDescription.instantiateCollections(ItemProxy descItem, String descVer, PropertyArrayList newProps, TransactionKey transactionKey) Copies the CollectionDescriptions of the Item requesting this predefined step.protected PropertyArrayListCreateItemFromDescription.instantiateProperties(ItemProxy descItem, String descVer, PropertyArrayList initProps, String newName, TransactionKey transactionKey) protected ViewpointCreateItemFromDescription.instantiateViewpoint(ItemProxy descItem, String descVer, TransactionKey transactionKey) protected CompositeActivityCreateItemFromDescription.instantiateWorkflow(ItemProxy descItem, String descVer, TransactionKey transactionKey) Retrieve the Workflow dependency for the given description version, instantiate the loaded CompositeActivityDefprotected voidErase.removeBidirectionalReferences(AgentPath agentP, ItemPath itemP, boolean forceFlag, TransactionKey transactionKey) PredefinedStep.request(AgentPath agent, ItemPath itemPath, String requestData, TransactionKey transactionKey) Use this method to run a Predefined steps during Bootstrap or during Activity.request()protected StringAddC2KObject.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringAddDomainPath.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringAddMembersToCollection.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringAddNewCollectionDescription.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Params: 0 - collection name 1 - collection type (Aggregation | Dependency) 2 - properties - CastorHasMap marshaled 3 - Member DomainPath to specify the Type of the member Itemprotected StringAddNewSlot.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Creates a new slot in the given aggregation, that holds instances of the given item description Params: Collection name Item Description key (optional) Item Description version (optional)protected StringAssignItemToSlot.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Params: 0 - collection name 1 - slot number 2 - target entity keyprotected StringBulkErase.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringChangeName.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringClearSlot.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Params: 0 - collection name 1 - slot numberprotected StringCreateAgentFromDescription.runActivityLogic(AgentPath agentPath, ItemPath descItemPath, int transitionID, String requestData, TransactionKey transactionKey) Params: Agent name Domain context Comma-delimited Role names to assign to the Agent Password (optional) Description version to use(optional) Initial properties to set in the new Agent (optional)protected StringCreateItemFromDescription.runActivityLogic(AgentPath agentPath, ItemPath descItemPath, int transitionID, String requestData, TransactionKey transactionKey) Params: Item name Domain context Description version to use(optional) Initial properties to set in the new Agent (optional)protected StringCreateNewCollectionVersion.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Generates a new snapshot of a collection from its current state.protected StringErase.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringImport.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) Params: Schemaname_version:Viewpoint (optional), Outcome, Timestamp (optional)protected StringImportImportAgent.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringImportImportItem.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringImportImportRole.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected abstract StringPredefinedStep.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) All predefined steps must override this to implement their actionprotected StringRemoveC2KObject.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringRemoveDomainPath.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringRemoveMembersFromCollection.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringRemoveViewpoint.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) SchemaName and Viewnameprotected StringReplaceDomainWorkflow.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateCollectionsFromDescription.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateDependencyMember.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateImportReport.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateItemFromDescription.runActivityLogic(AgentPath agent, ItemPath descItemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateProperitesFromDescription.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringWriteProperty.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringWriteViewpoint.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) SchemaName, name and event Id.static voidCreateItemFromDescription.storeItem(AgentPath agent, ItemPath item, PropertyArrayList props, CollectionArrayList colls, CompositeActivity ca, Viewpoint initViewpoint, String initOutcomeString, TransactionKey transactionKey) static 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 stepprotected PropertyArrayListCreateItemFromDescription.unmarshallInitProperties(String initPropString) Unmarshalls initial Propertiesprotected PropertyArrayListUpdateProperitesFromDescription.unmarshallInitProperties(String initPropString) Unmarshalls initial Propertiesprotected String[]PredefinedStepCollectionBase.unpackParamsAndGetCollection(ItemPath item, String requestData, TransactionKey transactionKey) Deprecated.Unpacks parameters from requestData and retrieves cCollection instancestatic voidWriteViewpoint.write(ItemPath item, String schemaName, String viewName, int eventId, TransactionKey transactionKey) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.instance.predefined.agent
Methods in org.cristalise.kernel.lifecycle.instance.predefined.agent that throw InvalidDataExceptionModifier and TypeMethodDescriptionprotected StringAuthenticate.authenticate(AgentPath agent, ItemPath itemPath, String requestData, TransactionKey transactionKey) static StringSign.getSimpleElectonicSignature(Job job) protected StringAuthenticate.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringForcedLogout.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringLogin.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringLoginTimeout.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringLogout.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringSetAgentPassword.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringSetAgentRoles.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringSign.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.instance.predefined.server
Methods in org.cristalise.kernel.lifecycle.instance.predefined.server that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidBulkImport.importAllClusters(TransactionKey transactionKey) voidBulkImport.initialise()protected StringAddDomainContext.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringBulkImport.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected StringConfigureLogback.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringRemoveDomainContext.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringRemoveRole.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) protected StringUpdateRole.runActivityLogic(AgentPath agent, ItemPath item, int transitionID, String requestData, TransactionKey transactionKey) static booleanConfigureLogback.setLogLevel(String loggerName, String logLevel) Dynamically sets the logback log level for the given class to the specified level. -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that throw InvalidDataExceptionModifier and TypeMethodDescriptionStateMachine.getPossibleTransitions(Activity act, AgentPath agent) Transition.getQuery(CastorHashMap actProps) Transition.getSchema(CastorHashMap actProps) Transition.getScript(CastorHashMap actProps) intTransition.getScriptVersion(CastorHashMap actProps) Deprecated.intStateMachine.getValidTransitionID(String transName) Helper method to get transition ID by nameStateMachine.traverse(Activity act, Transition transition, AgentPath agent) -
Uses of InvalidDataException in org.cristalise.kernel.lifecycle.routingHelpers
Methods in org.cristalise.kernel.lifecycle.routingHelpers that throw InvalidDataExceptionModifier and TypeMethodDescriptionstatic ObjectDataHelperUtility.evaluateValue(ItemPath itemPath, Object value, String actContext, TransactionKey transactionKey) If theActivityDataHelper.get(ItemPath itemPath, String actContext, String dataPath, TransactionKey transactionKey) Retrieves the Workflow of the given Item, searches the Activity using the activity path and retrieves a single value based on XPathDataHelper.get(ItemPath itemPath, String actContext, String dataPath, TransactionKey transactionKey) Data helpers are a mechanism that allows easy referencing of different types of data within an Item, and to use that data for process control or generating new data.PropertyDataHelper.get(ItemPath itemPath, String actContext, String dataPath, TransactionKey transactionKey) Syntax of search: PropertyNameViewpointDataHelper.get(ItemPath itemPath, String actContext, String dataPath, TransactionKey transactionKey) dataPath syntax is used for search : viewpoint:/xpath/to/fieldstatic DataHelperDataHelperUtility.getDataHelper(String id) First checks the configuration properties to instantiate the requested Datahelper. -
Uses of InvalidDataException in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that throw InvalidDataExceptionModifier and TypeMethodDescriptionOutcome.appendXmlFragment(String xpath, String xmlFragment) Append the new Node created from xmlFragment as a child of the Node selected by the XPathOutcomeAttachment.getEvent()OutcomeAttachment.getEvent(TransactionKey transactionKey) Viewpoint.getEvent()Viewpoint.getEvent(TransactionKey transactionKey) Outcome.getFieldByXPath(String xpath) Retrieves the text, CDATA or attribute value of the Node selected by the XPathOutcome.getNodeValue(Node node) Gets the value of the given TEXT, CDATA, ATTRIBUTE or ELEMENT Nodestatic OutcomeValidatorOutcomeValidator.getValidator(Outcome o) static OutcomeValidatorOutcomeValidator.getValidator(Schema schema) Schema.getXml(boolean prettyPrint) OutcomeInitiator.initOutcome(Job job) Constructs and initialises the Outcome string (XML)QueryOutcomeInitiator.initOutcome(Job job) OutcomeInitiator.initOutcomeInstance(Job job) Constructs and initialises the Outcome objectQueryOutcomeInitiator.initOutcomeInstance(Job job) Outcome.removeNodeByXPath(String xpathExpr) Removes the node selected by the xpathstatic StringSerialize the given DocumentvoidOutcome.setAttribute(String name, String data) Sets an Attribute value by name of the root Element.voidOutcome.setAttribute(String name, String data, boolean remove) Sets the value of an attribute in the root Element.voidOutcome.setAttribute(Element element, String name, String data) Sets an Attribute value by name of the given Element.voidOutcome.setAttribute(Element element, String name, String data, boolean remove) Sets an Attribute value by name of the given Element.voidOutcome.setAttributeOfField(String field, String name, String data) Sets the value of an attribute in a given Field, i.e.voidOutcome.setAttributeOfField(String field, String name, String data, boolean remove) Sets the value of an attribute in a given Field, i.e.voidSets the textNode value of the named Element of the root Element.voidSets the textNode value of the named Element of the root Element.voidSets the textNode value of the named Element of the given Element.voidSets the textNode value of the named Element of the given Element.voidOutcome.setFieldByXPath(String xpath, String data) Sets the text, CDATA or attribute value of the Node selected by the XPath.voidOutcome.setFieldByXPath(String xpath, String data, boolean remove) Sets the text, CDATA or attribute value of the Node selected by the XPath.protected voidOutcome.setMetaDataFromPath(String path) Retrieves the SchemaName, Version, EevetnId triplet from the path.voidOutcome.setNodeValue(Node node, String value) Sets the value of the given TEXT, CDATA, ATTRIBUTE or ELEMENT NodevoidOutcome.setNodeValue(Node node, String value, boolean useCdata) Sets the value of the given TEXT, CDATA, ATTRIBUTE or ELEMENT NodevoidSets the values of Attributes and child Element of the Element selected by xpath.voidSets the values of Attributes and child Element of the root Element.voidSets the values of Attributes and child Element of given Element.Outcome.validate()Validates the actual XML Document against the provided SchemavoidOutcome.validateAndCheck()Validates the actual XML Document against the provided SchemaConstructors in org.cristalise.kernel.persistency.outcome that throw InvalidDataExceptionModifierConstructorDescriptionUse this constructor to manipulate, validate and store this outcomeUse this constructor for XML manipulation only.The constructor derives all the meta data (ID and Schema) from the pathUse this constructor for XML manipulation and validation.The constructor derives all the meta data (ID and Schema) from the pathOutcomeValidator(Schema schema) -
Uses of InvalidDataException in org.cristalise.kernel.process
Methods in org.cristalise.kernel.process that throw InvalidDataExceptionModifier and TypeMethodDescriptionprotected static StateMachineStandardClient.getRequiredStateMachine(String propPrefix, String namesSpaceDefault, String bootfileDefault) CRISTAL-iSE clients could use the StateMachine information to implement application logic.static voidGateway.init(Properties props) Initialises the Gateway and all of the client objects it holds, with the exception of the Lookup, which is initialised during connect()static voidGateway.init(Properties props, ResourceLoader res) Initialises the Gateway and all of the client objects it holds, with the exception of the Lookup, which is initialised during connect()protected voidstatic voidGateway.startServer()Makes this process capable of creating and managing server entities.Constructors in org.cristalise.kernel.process that throw InvalidDataException -
Uses of InvalidDataException in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidModule.addImports(Collection<?> contents) Adds the members of this Collection recursively to the imports of this Module.ModuleActivity.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) abstract PathModuleImport.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) ModuleResource.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) ModuleActivity.getDescRef(ItemProxy child, BuiltInCollections collection) voidModule.setImports(Collection<?> contents) Overwrites the imports with the content of this CollectionConstructors in org.cristalise.kernel.process.module that throw InvalidDataExceptionModifierConstructorDescriptionModuleActivity(ItemProxy child, Integer version) ModuleAgent(ItemProxy child, Integer version) ModuleDomainContext(ItemProxy child, Integer version) ModuleItem(ItemProxy child, Integer version) ModulePropertyDescription(ItemProxy child, Integer version) ModuleQuery(ItemProxy child, Integer version) ModuleRole(ItemProxy child, Integer version) ModuleSchema(ItemProxy child, Integer version) ModuleScript(ItemProxy child, Integer version) ModuleStateMachine(ItemProxy child, Integer version) ModuleWorkflow(ItemProxy child, Integer version) -
Uses of InvalidDataException in org.cristalise.kernel.process.resource
Methods in org.cristalise.kernel.process.resource that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidResource.addModuleBaseURL(String ns, String newBaseURL) voidResourceLoader.addModuleBaseURL(String ns, String newBaseURL) DefaultResourceImportHandler.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.BuiltInResources.loadDescriptionObject(String name, Integer version) Constructors in org.cristalise.kernel.process.resource that throw InvalidDataException -
Uses of InvalidDataException in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that throw InvalidDataExceptionModifier and TypeMethodDescriptionPropertyDescriptionList.instantiate(PropertyArrayList initProps) Before instantiating checks that supplied initial Properties exist in description listPropertyDescriptionList.makeDescCollections(TransactionKey transactionKey) -
Uses of InvalidDataException in org.cristalise.kernel.querying
Methods in org.cristalise.kernel.querying that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidQuery.getXml(boolean prettyPrint) Query.makeDescCollections(TransactionKey transactionKey) voidQuery.validateXML(String xml) -
Uses of InvalidDataException in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting that throw InvalidDataExceptionModifier and TypeMethodDescriptionstatic ScriptResolves the Script object using its name and version.static ScriptScript.getScript(String name, Integer version, TransactionKey transactionKey) Resolves the Script object using its name and version.Script.getXml(boolean prettyPrint) Script.makeDescCollections(TransactionKey transactionKey) voidScript.setIncludes(ArrayList<Include> includes) Method for castor unmarshall -
Uses of InvalidDataException in org.cristalise.kernel.security
Methods in org.cristalise.kernel.security that throw InvalidDataExceptionModifier and TypeMethodDescriptionvoidSecurityManager.authenticate()SecurityManager.authenticate(String agentName, String agentPassword, String resource) SecurityManager.authenticate(String agentName, String agentPassword, String resource, boolean isClient) SecurityManager.authenticate(String agentName, String agentPassword, String resource, boolean isClient, TransactionKey transactionKey) Constructors in org.cristalise.kernel.security that throw InvalidDataException -
Uses of InvalidDataException in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that throw InvalidDataExceptionModifier and TypeMethodDescriptionprotected ActivityDefActDefCache.buildObject(String name, int version, ItemPath path, String data) protected ImportAgentAgentDescCache.buildObject(String name, int version, ItemPath path, String data) protected abstract DDescriptionObjectCache.buildObject(String name, int version, ItemPath path, String data) protected DomainContextDomainContextCache.buildObject(String name, int version, ItemPath path, String data) protected ImportItemItemDescCache.buildObject(String name, int version, ItemPath path, String data) protected PropertyDescriptionListPropertyDescriptionCache.buildObject(String name, int version, ItemPath path, String data) protected QueryQueryCache.buildObject(String name, int version, ItemPath path, String data) protected ImportRoleRoleDescCache.buildObject(String name, int version, ItemPath path, String data) protected SchemaSchemaCache.buildObject(String name, int version, ItemPath path, String data) protected ScriptScriptCache.buildObject(String name, int version, ItemPath path, String data) protected StateMachineStateMachineCache.buildObject(String name, int version, ItemPath path, String data) ObjectProperties.convertToOutcome(String processName) Convert the properties to an XML using SystemProperties.xsd.static IntegerLocalObjectLoader.deriveVersionNumber(Object value) Converts Object to an Integer representing a version number.CastorHashMap.evaluateProperty(ItemPath itemPath, String propName, String actContext, TransactionKey transactionKey) default voidDescriptionObjectCache.get(String id, int version, TransactionKey transactionKey) static ActivityDefRetrieves a named version of ActivityDef from the databasestatic ActivityDefLocalObjectLoader.getActDef(String actName, int actVersion, TransactionKey transactionKey) static ImportAgentLocalObjectLoader.getAgentDesc(String name, int version) static ImportAgentLocalObjectLoader.getAgentDesc(String name, int version, TransactionKey transactionKey) static CompositeActivityDefLocalObjectLoader.getCompActDef(String actName, int actVersion) Retrieves a named version of CompositeActivityDef from the databasestatic CompositeActivityDefLocalObjectLoader.getCompActDef(String actName, int actVersion, TransactionKey transactionKey) static DomainContextLocalObjectLoader.getDomainContext(String name, int version) static DomainContextLocalObjectLoader.getDomainContext(String name, int version, TransactionKey transactionKey) static ActivityDefLocalObjectLoader.getElemActDef(String actName, int actVersion) Retrieves a named version of ActivityDef from the databasestatic ActivityDefLocalObjectLoader.getElemActDef(String actName, int actVersion, TransactionKey transactionKey) static ImportItemLocalObjectLoader.getItemDesc(String name, int version) static ImportItemLocalObjectLoader.getItemDesc(String name, int version, TransactionKey transactionKey) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(String name, int version) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(String name, int version, TransactionKey transactionKey) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties) static PropertyDescriptionListLocalObjectLoader.getPropertyDescriptionList(CastorHashMap properties, TransactionKey transactionKey) static QueryRetrieves a named version of a query from the databasestatic QueryLocalObjectLoader.getQuery(String queryName, int queryVersion, TransactionKey transactionKey) static QueryLocalObjectLoader.getQuery(CastorHashMap properties) Retrieves a query from the database finding data in the Vertex propertiesstatic QueryLocalObjectLoader.getQuery(CastorHashMap properties, TransactionKey transactionKey) static ImportRoleLocalObjectLoader.getRoleDesc(String name, int version) static ImportRoleLocalObjectLoader.getRoleDesc(String name, int version, TransactionKey transactionKey) 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) static ScriptRetrieves a named version of a script from the databasestatic ScriptLocalObjectLoader.getScript(String scriptName, int scriptVersion, TransactionKey transactionKey) static ScriptLocalObjectLoader.getScript(CastorHashMap properties) Retrieves a script from the database finding data in the Vertex propertiesstatic ScriptLocalObjectLoader.getScript(CastorHashMap properties, TransactionKey transactionKey) static StateMachineLocalObjectLoader.getStateMachine(String smName, int smVersion) Retrieves a named version of a StateMachine from the databasestatic StateMachineLocalObjectLoader.getStateMachine(String smName, int smVersion, TransactionKey transactionKey) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties, TransactionKey transactionKey) default StringDescriptionObject.getXml()default StringDescriptionObject.getXml(boolean prettyPrint) protected ActivityDefActDefCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey) protected DDescriptionObjectCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey) default DependencyDescriptionObject.makeDescCollection(BuiltInCollections collection, TransactionKey transactionKey, DescriptionObject... descs) DescriptionObject.makeDescCollections(TransactionKey transactionKey) Marshalls a mapped object to xml string.static GTimeStampDateUtility.parseTimeString(String time) CastorXMLUtility.unmarshall(String data) Unmarshalls a mapped object from XML string.Constructors in org.cristalise.kernel.utils that throw InvalidDataExceptionModifierConstructorDescriptionCastorXMLUtility(ResourceLoader aResourceLoader, Properties aAppProperties, URL mapURL) Looks for a file called 'index' at the given URL, and loads every file listed in there by relative path