Uses of Class
org.cristalise.kernel.lookup.InvalidItemPathException
Packages that use InvalidItemPathException
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.
Export and Import of Items.
-
Uses of InvalidItemPathException in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionvoidAggregationMember.setChildUUID(String uuid) voidDependencyMember.setChildUUID(String uuid) -
Uses of InvalidItemPathException in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionJob.getItemProxy()voidJob.setAgentUUID(String uuid) Used by castor to unmarshall from XMLvoidJob.setItemUUID(String uuid) -
Uses of InvalidItemPathException in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that throw InvalidItemPathException -
Uses of InvalidItemPathException in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that throw InvalidItemPathException -
Uses of InvalidItemPathException in org.cristalise.kernel.entity.transfer
Methods in org.cristalise.kernel.entity.transfer that throw InvalidItemPathException -
Uses of InvalidItemPathException in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionvoidEvent.setAgentUUID(String uuid) voidEvent.setItemUUID(String uuid) -
Uses of InvalidItemPathException in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionWorkflow.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 queriedvoidWorkflow.setItemUUID(String uuid) -
Uses of InvalidItemPathException in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionprotected voidPredefinedStepCollectionBase.setChildPath(String data) Deprecated. -
Uses of InvalidItemPathException in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that throw InvalidItemPathExceptionModifier and TypeMethodDescriptiondefault 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.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.Constructors in org.cristalise.kernel.lookup that throw InvalidItemPathException -
Uses of InvalidItemPathException in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that throw InvalidItemPathExceptionModifier and TypeMethodDescriptionvoidOutcomeAttachment.setItemUUID(String uuid) voidViewpoint.setItemUUID(String uuid) -
Uses of InvalidItemPathException in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module that throw InvalidItemPathException