Uses of Class
org.cristalise.kernel.common.ObjectNotFoundException
Packages that use ObjectNotFoundException
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 ObjectNotFoundException in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that throw ObjectNotFoundExceptionModifier 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) Collection.getMember(int memberId) Find collection member by its integer IDFind first collection member with the given ItemPath.AggregationDescription.newInstance(TransactionKey transactionKey) For each member get thePropertyDescriptionListof the member item and look for an explicit versionCollectionDescription.newInstance(TransactionKey transactionKey) Create a new instance of this collection.DependencyDescription.newInstance(TransactionKey transactionKey) Aggregation.removeMember(int memberId) Collection.removeMember(int memberId) Removes the slot with the given ID from the collection.Collection.removeMember(ItemPath ip) Removes the slot with the given itemPath from the collection.AggregationMember.resolveItem(TransactionKey transactionKey) CollectionMember.resolveItem(TransactionKey transactionKey) Resolve the Item currently assignedDependencyMember.resolveItem(TransactionKey transactionKey) Collection.resolveMembers(int slotID) Helper method to find all the members for the given item.Collection.resolveMembers(int slotID, ItemPath childPath) Helper method to find all the members with the combination of the input parameters.Collection.resolveMembers(ItemPath childPath) Helper method to find all the members for the given item.voidDependency.updateMember(ItemPath childPath, int memberID, CastorHashMap memberNewProps) voidDependency.updateMember(ItemPath childPath, CastorHashMap memberNewProps) voidDependencyMember.updatePropertieFromDescription(CastorHashMap propDesc, DependencyMember newMember) voidDependencyMember.updateProperties(CastorHashMap newProps) Only update existing properties otherwise throw an exception -
Uses of ObjectNotFoundException in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionJob.getItemProxy()Job.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.getOutcomeString()Returns the Outcome string.Job.getQuery()Job.getSchema()Job.getSchemaName()intJob.getSchemaVersion()Job.getScript()DomainContext.makeDescCollections(TransactionKey transactionKey) voidJob.setOutcome(String outcomeData) Constructors in org.cristalise.kernel.entity that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionImportAgent.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) ImportAggregation.create(TransactionKey transactionKey) ImportDependency.create(TransactionKey transactionKey) ImportItem.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) ImportRole.create(AgentPath agentPath, boolean reset, TransactionKey transactionKey) protected CollectionArrayListImportItem.createCollections(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) voidImportRole.update(AgentPath agentPath, TransactionKey transactionKey) -
Uses of ObjectNotFoundException in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionbooleanItemProxy.checkCollection(String collection) Checks if the given Collection existsbooleanItemProxy.checkCollection(String collection, TransactionKey transKey) Checks if the given Collection existsbooleanItemProxy.checkCollection(BuiltInCollections collection) Checks if the given built-in Collection existsbooleanItemProxy.checkCollection(BuiltInCollections collection, TransactionKey transKey) Checks if the given built-in Collection existsbooleanItemProxy.checkContent(String path, String name) Check if the data of the Item located by the ClusterStorage path is existbooleanItemProxy.checkContent(String path, String name, TransactionKey transKey) Check if the data of the Item located by the ClusterStorage path is exist.booleanItemProxy.checkContent(ClusterType cluster, String name) Check the root content of the given ClusterTypebooleanItemProxy.checkContent(ClusterType cluster, String name, TransactionKey transKey) Check the root content of the given ClusterTypebooleanItemProxy.checkOutcome(String schemaName, int schemaVersion, int eventId) Check if the given Outcome existsbooleanItemProxy.checkOutcome(String schemaName, int schemaVersion, int eventId, TransactionKey transKey) Check if the given Outcome exists.booleanItemProxy.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.booleanItemProxy.checkProperty(String name) Check if the given Property existsbooleanItemProxy.checkProperty(String name, TransactionKey transKey) Check if the given Property exists.booleanItemProxy.checkProperty(BuiltInItemProperties prop) Check if the given built-in Property existsbooleanItemProxy.checkProperty(BuiltInItemProperties prop, TransactionKey transKey) Check if the given built-in Property exists.booleanItemProxy.checkViewpoint(String schemaName, String viewName) Check if the given Viewpoint existsbooleanItemProxy.checkViewpoint(String schemaName, String viewName, TransactionKey transKey) Check if the given Viewpoint exists.static AgentProxyProxyManager.getAgentProxy(String agentName) static AgentProxyProxyManager.getAgentProxy(String agentName, TransactionKey transactionKey) static AgentProxyProxyManager.getAgentProxy(AgentPath path) static AgentProxyProxyManager.getAgentProxy(AgentPath path, TransactionKey transactionKey) ItemProxy.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.Collection<?> ItemProxy.getCollection(String collName) Gets the last version of the named collectionCollection<?> ItemProxy.getCollection(String collName, Integer version) Gets a numbered version (snapshot) of a collectionCollection<?> ItemProxy.getCollection(String collName, Integer version, TransactionKey transKey) Gets a numbered version (snapshot) of a collection.Collection<?> ItemProxy.getCollection(String collName, TransactionKey transKey) Gets the last version of the named collection.Collection<?> ItemProxy.getCollection(BuiltInCollections collection) Gets the current version of the named CollectionCollection<?> ItemProxy.getCollection(BuiltInCollections collection, Integer version) Gets a numbered version (snapshot) of a collectionCollection<?> ItemProxy.getCollection(BuiltInCollections collection, Integer version, TransactionKey transKey) Gets a numbered version (snapshot) of a collectionCollection<?> ItemProxy.getCollection(BuiltInCollections collection, TransactionKey transKey) Gets the current version of the named Collection.String[]ItemProxy.getContents(String path) List the content of the cluster located by the cluster pathString[]ItemProxy.getContents(String path, TransactionKey transKey) List the content of the cluster located by the cluster path.String[]ItemProxy.getContents(ClusterType type) List the root content of the given ClusterType.String[]ItemProxy.getContents(ClusterType type, TransactionKey transKey) List the root content of the given ClusterType.ItemProxy.getEvent(int eventId) Retrieves the Event of the given id.ItemProxy.getEvent(int eventId, TransactionKey transKey) Retrieves the Event of the given id.ItemProxy.getHistory()Retrieves the History of the item.ItemProxy.getHistory(TransactionKey transKey) Retrieves the History of the item.AgentProxy.getItemByUUID(String uuid) Retrieves single persistent Job.ItemProxy.getJob(String id, TransactionKey transKey) Retrieves single persistent Job.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.Retrieve the C2KLocalObject for the Cluster pathItemProxy.getObject(String path, TransactionKey transKey) Retrieve the C2KLocalObject for the Cluster path.ItemProxy.getObject(ClusterType type) Retrieve the C2KLocalObject for the ClusterTypeItemProxy.getObject(ClusterType type, TransactionKey transKey) Retrieve the C2KLocalObject for the ClusterType.ItemProxy.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.ItemProxy.getOutcomeAttachment(String schemaName, int schemaVersion, int eventId) Gets the selected OutcomeAttachmentItemProxy.getOutcomeAttachment(String schemaName, int schemaVersion, int eventId, TransactionKey transKey) Gets the selected OutcomeAttachment.ItemProxy.getOutcomeAttachment(Schema schema, int eventId) Gets the selected OutcomeAttachmentItemProxy.getOutcomeAttachment(Schema schema, int eventId, TransactionKey transKey) Gets the selected OutcomeAttachment.ItemProxy.getProperty(String name) Retrieves the value of a named propertyItemProxy.getProperty(String name, TransactionKey transKey) ItemProxy.getProperty(BuiltInItemProperties prop) Retrieves the values of a BuiltInItemPropertystatic ItemProxystatic ItemProxyProxyManager.getProxy(Path path, TransactionKey transactionKey) ItemProxy.getUpdateSchema()Returns the so called UpdateSchema which is used while creating new Items.ItemProxy.getViewpoint(String schemaName, String viewName) Gets the named ViewpointItemProxy.getViewpoint(String schemaName, String viewName, TransactionKey transKey) Gets the named Viewpoint.String[]ItemProxy.getViewpoints(String schemaName) Reads the list of existing Viewpoint names for the given schemaString[]ItemProxy.getViewpoints(String schemaName, TransactionKey transKey) Reads the list of existing Viewpoint names for the given schema.ItemProxy.getWorkflow()Gets the Workflow object of this ItemItemProxy.getWorkflow(TransactionKey transKey) Gets the Workflow object of this Item.Query data of the Item located by the ClusterStorage pathItemProxy.queryData(String path, TransactionKey transKey) Query data of the Item located by the ClusterStorage pathAgentProxy.searchItem(String name) AgentProxy.searchItem(Path root, String name) Let scripts resolve itemsConstructors in org.cristalise.kernel.entity.proxy that throw ObjectNotFoundExceptionModifierConstructorDescriptionprotectedAgentProxy(AgentPath agentPath) Creates an AgentProxy without cache and change notification -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidActivityDef.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 methodActivityDef.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) -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that throw ObjectNotFoundExceptionModifier 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 queriedWfVertex.evaluateProperty(ItemPath itemPath, String propName, TransactionKey transactionKey) WfVertex.evaluatePropertyValue(ItemPath itemPath, Object propValue, TransactionKey transactionKey) 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) protected StringActivity.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) Overridden in predefined steps -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidManageMembersOfCollectionBase.computeUpdates(ItemPath currentItemPath, Activity currentActivity, Node inputNode, TransactionKey transactionKey) voidPredefinedStep.computeUpdates(ItemPath currentItem, Activity currentActivity, Node outcomeNode, 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 DependencyMemberPredefinedStepCollectionBase.getDependencyMember()Deprecated.CreateItemFromDescription.getItemName(ItemPath descItemPath, String newName, TransactionKey transactionKey) 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) protected voidErase.removeRolesIfAgent(ItemPath item, 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 StringAddMembersToCollection.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) protected 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 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.protected voidPredefinedStepCollectionBase.setChildPath(String data) Deprecated.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 String[]PredefinedStepCollectionBase.unpackParamsAndGetCollection(ItemPath item, String requestData, TransactionKey transactionKey) Deprecated.Unpacks parameters from requestData and retrieves cCollection instancestatic voidWriteProperty.write(ItemPath item, String name, String value, TransactionKey transactionKey) Deprecated.use PropertyUtility.writeProperty() insteadstatic voidWriteViewpoint.write(ItemPath item, String schemaName, String viewName, int eventId, TransactionKey transactionKey) -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.instance.predefined.agent
Methods in org.cristalise.kernel.lifecycle.instance.predefined.agent that throw ObjectNotFoundExceptionModifier 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 StringSign.runActivityLogic(AgentPath agent, ItemPath itemPath, int transitionID, String requestData, TransactionKey transactionKey) -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.instance.predefined.server
Methods in org.cristalise.kernel.lifecycle.instance.predefined.server that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionprotected 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) -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.instance.stateMachine
Methods in org.cristalise.kernel.lifecycle.instance.stateMachine that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidTransition.checkPerformingRole(Activity act, AgentPath agent) StateMachine.getPossibleTransitions(Activity act, AgentPath agent) Transition.getQuery(CastorHashMap actProps) Transition.getSchema(CastorHashMap actProps) Transition.getScript(CastorHashMap actProps) booleanComputes if the Transition is enabled or not.StateMachine.traverse(Activity act, Transition transition, AgentPath agent) -
Uses of ObjectNotFoundException in org.cristalise.kernel.lifecycle.routingHelpers
Methods in org.cristalise.kernel.lifecycle.routingHelpers that throw ObjectNotFoundExceptionModifier 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/field -
Uses of ObjectNotFoundException in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptiondefault voidAdds the given Agent to the given Role, if they both exist.voidLookupManager.addRole(AgentPath agent, RolePath rolePath, TransactionKey transactionKey) Adds the given Agent to the given Role, if they both exist.default StringLookup.getAgentName(AgentPath agentPath) Return the name of the Agent referenced by an AgentPathLookup.getAgentName(AgentPath agentPath, TransactionKey transactionKey) Return the name of the Agent referenced by an AgentPath This method can be used in server side code or Script to find uncommitted changes during the active transaction.default AgentPathLookup.getAgentPath(String agentName) Find the AgentPath for the named AgentLookup.getAgentPath(String agentName, TransactionKey transactionKey) Find the AgentPath for the named Agent This method can be used in server side code or Script to find uncommitted changes during the active transaction.default AgentPath[]Returns all of the Agents in this centre who hold this role (including sub-roles)default Lookup.PagedResultReturns all of the Agents who hold this role (including sub-roles)Lookup.getAgents(RolePath rolePath, int offset, int limit, TransactionKey transactionKey) Returns all of the Agents who hold this role (including sub-roles) This method can be used in server side code or Script to find uncommitted changes during the active transaction.Lookup.getAgents(RolePath rolePath, TransactionKey transactionKey) Returns all of the Agents in this centre who hold this role (including sub-roles) This method can be used in server side code or Script to find uncommitted changes during the active transaction.DomainPath.getItemPath(TransactionKey transactionKey) ItemPath.getItemPath(TransactionKey transactionKey) default ItemPathLookup.getItemPath(String sysKey) Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.Lookup.getItemPath(String sysKey, TransactionKey transactionKey) Fetch the correct subclass class of ItemPath for a particular Item, derived from its lookup entry.Path.getItemPath()Path.getItemPath(TransactionKey transactionKey) RolePath.getParent()RolePath.getParent(TransactionKey transactionKey) AgentPath.getProxy()AgentPath.getProxy(TransactionKey transactionKey) ItemPath.getProxy()ItemPath.getProxy(TransactionKey transactionKey) default RolePathLookup.getRolePath(String roleName) Find the RolePath for the named RoleLookup.getRolePath(String roleName, TransactionKey transactionKey) Find the RolePath for the named Role This method can be used in server side code or Script to find uncommitted changes during the active transaction.voidLookupManager.initializeDirectory(TransactionKey transactionKey) Called when a server starts up.default voidLookupManager.removeRole(AgentPath agent, RolePath role) Remove the given Agent from the given Role.voidLookupManager.removeRole(AgentPath agent, RolePath role, TransactionKey transactionKey) Remove the given Agent from the given Role.default ItemPathLookup.resolvePath(DomainPath domainPath) Find the ItemPath for which a DomainPath is an alias.Lookup.resolvePath(DomainPath domainPath, TransactionKey transactionKey) Find the ItemPath for which a DomainPath is an alias.default voidLookupManager.setAgentPassword(AgentPath agent, String newPassword) Set permanent password of Agent'sdefault voidLookupManager.setAgentPassword(AgentPath agent, String newPassword, boolean temporary) Set an Agent's passwordvoidLookupManager.setAgentPassword(AgentPath agent, String newPassword, boolean temporary, TransactionKey transactionKey) Set an Agent's password This method can be used in server side code or Script to find uncommitted changes during the active transaction.default voidLookupManager.setHasJobList(RolePath role, boolean hasJobList) Set the flag specifying whether Activities holding this Role should push Jobs its Agents.voidLookupManager.setHasJobList(RolePath role, boolean hasJobList, TransactionKey transactionKey) Set the flag specifying whether Activities holding this Role should push Jobs its Agents.default voidLookupManager.setPermission(RolePath role, String permission) Sets the permission of the given Role.voidLookupManager.setPermission(RolePath role, String permission, TransactionKey transactionKey) Sets the permission of the given Role.default voidLookupManager.setPermissions(RolePath role, List<String> permissions) Sets the list of permission of the given Role.voidLookupManager.setPermissions(RolePath role, List<String> permissions, TransactionKey transactionKey) Sets the list of permission of the given Role. -
Uses of ObjectNotFoundException in org.cristalise.kernel.persistency
Methods in org.cristalise.kernel.persistency that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionClusterStorageManager.get(ItemPath itemPath, String path, TransactionKey transactionKey) Retrieves clusters from ClusterStorages invalid input: '&' maintains the memory cache.TransactionManager.get(ItemPath itemPath, String path, TransactionKey transactionKey) Deprecated.Public get method. -
Uses of ObjectNotFoundException in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionOutcomeAttachment.getEvent()OutcomeAttachment.getEvent(TransactionKey transactionKey) Viewpoint.getEvent()Viewpoint.getEvent(TransactionKey transactionKey) OutcomeAttachment.getOutcome()OutcomeAttachment.getOutcome(TransactionKey transactionKey) Viewpoint.getOutcome()Viewpoint.getOutcome(TransactionKey transactionKey) static OutcomeValidatorOutcomeValidator.getValidator(Outcome o) -
Uses of ObjectNotFoundException in org.cristalise.kernel.process
Constructors in org.cristalise.kernel.process that throw ObjectNotFoundException -
Uses of ObjectNotFoundException in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that throw ObjectNotFoundExceptionModifier 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) voidModuleActivity.populateActivityDef(TransactionKey transactionKey) voidModuleWorkflow.populateActivityDef(TransactionKey transactionKey) voidModule.setImports(Collection<?> contents) Overwrites the imports with the content of this CollectionConstructors in org.cristalise.kernel.process.module that throw ObjectNotFoundExceptionModifierConstructorDescriptionModuleActivity(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 ObjectNotFoundException in org.cristalise.kernel.process.resource
Methods in org.cristalise.kernel.process.resource that throw ObjectNotFoundExceptionModifier 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.Resource.getTextResource(String ns, String resName) ResourceLoader.getTextResource(String ns, String resName) BuiltInResources.loadDescriptionObject(String name, Integer version) -
Uses of ObjectNotFoundException in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionstatic PropertyPropertyUtility.getProperty(ItemPath itemPath, String propName, TransactionKey transactionKey) static PropertyPropertyUtility.getProperty(ItemPath itemPath, BuiltInItemProperties prop, TransactionKey transactionKey) static PropertyDescriptionListPropertyUtility.getPropertyDescriptionOutcome(ItemPath itemPath, String descVer, TransactionKey transactionKey) Reads the PropertyDescriptionList either from a built-in type of Item using LocalObjectLoader or from the 'last' Viewpoint of the 'PropertyDescription' Outcome in the Item (very likely a Factory Item).PropertyDescriptionList.makeDescCollections(TransactionKey transactionKey) static voidPropertyUtility.writeProperty(ItemPath item, String name, String value, TransactionKey transactionKey) Updates (writes) the value of an existing Propertystatic voidPropertyUtility.writeProperty(ItemPath item, BuiltInItemProperties prop, String value, TransactionKey transactionKey) Updates (writes) the value of an existing Property -
Uses of ObjectNotFoundException in org.cristalise.kernel.querying
Methods in org.cristalise.kernel.querying that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionvoidQuery.makeDescCollections(TransactionKey transactionKey) voidQuery.validateXML(String xml) -
Uses of ObjectNotFoundException in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting that throw ObjectNotFoundExceptionModifier 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.makeDescCollections(TransactionKey transactionKey) voidScript.setIncludes(ArrayList<Include> includes) Method for castor unmarshall -
Uses of ObjectNotFoundException in org.cristalise.kernel.security
Methods in org.cristalise.kernel.security that throw ObjectNotFoundExceptionModifier 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) booleanSecurityManager.checkPermissions(AgentPath agent, Activity act, ItemPath itemPath, TransactionKey transactionKey) BuiltInAuthc.getPath()BuiltInAuthc.getPath(TransactionKey transactionKey) -
Uses of ObjectNotFoundException in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionObjectProperties.convertToOutcome(String processName) Convert the properties to an XML using SystemProperties.xsd.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) protected ActivityDefActDefCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey) protected DDescriptionObjectCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey) DescriptionObject.makeDescCollections(TransactionKey transactionKey) -
Uses of ObjectNotFoundException in org.cristalise.storage
Methods in org.cristalise.storage that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionTransactionalClusterStorageBase.getUncommitted(ItemPath itemPath, String path, TransactionKey transactionKey) Public get method.