Uses of Interface
org.cristalise.kernel.entity.C2KLocalObject
Packages that use C2KLocalObject
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 C2KLocalObject in org.cristalise.kernel.collection
Subinterfaces of C2KLocalObject in org.cristalise.kernel.collectionModifier and TypeInterfaceDescriptioninterfaceCollectionDescription<E extends CollectionMember>A collection that can be instantiated.Classes in org.cristalise.kernel.collection that implement C2KLocalObjectModifier and TypeClassDescriptionclassA Collection with a graph layoutclassThe description of a Collection with a graph layout.classclassCollection<E extends CollectionMember>Collections are Item local objects that reference other Items.classA Collection implementation that contains a variable number of members of the same type, like a variable-length array.class -
Uses of C2KLocalObject in org.cristalise.kernel.entity
Classes in org.cristalise.kernel.entity that implement C2KLocalObject -
Uses of C2KLocalObject in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return C2KLocalObjectModifier and TypeMethodDescriptionRetrieve 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.Methods in org.cristalise.kernel.entity.proxy with parameters of type C2KLocalObjectModifier and TypeMethodDescriptionAgentProxy.execute(ItemProxy item, Class<?> predefStep, C2KLocalObject obj) AgentProxy.execute(ItemProxy item, String predefStep, C2KLocalObject obj) -
Uses of C2KLocalObject in org.cristalise.kernel.events
Classes in org.cristalise.kernel.events that implement C2KLocalObjectModifier and TypeClassDescriptionclassThe data structure of events, which are passed over the event service.classThe History is an instance ofC2KLocalObjectMapwhich provides a live view onto the Events of an Item. -
Uses of C2KLocalObject in org.cristalise.kernel.lifecycle
Classes in org.cristalise.kernel.lifecycle that implement C2KLocalObject -
Uses of C2KLocalObject in org.cristalise.kernel.lifecycle.instance
Classes in org.cristalise.kernel.lifecycle.instance that implement C2KLocalObject -
Uses of C2KLocalObject in org.cristalise.kernel.lookup
Classes in org.cristalise.kernel.lookup that implement C2KLocalObjectModifier and TypeClassDescriptionclassExtends ItemPath with Agent specific codesclassVery simple extension to Path.classExtends Path to enforce SystemKey structure and support UUID formclassclass -
Uses of C2KLocalObject in org.cristalise.kernel.persistency
Classes in org.cristalise.kernel.persistency with type parameters of type C2KLocalObjectModifier and TypeClassDescriptionclassC2KLocalObjectMap<V extends C2KLocalObject>A simple wrapper for ClusterStorage API to provide Map like access to cluster data.Classes in org.cristalise.kernel.persistency that implement C2KLocalObjectModifier and TypeClassDescriptionclassC2KLocalObjectMap<V extends C2KLocalObject>A simple wrapper for ClusterStorage API to provide Map like access to cluster data.Methods in org.cristalise.kernel.persistency that return C2KLocalObjectModifier and TypeMethodDescriptionabstract C2KLocalObjectClusterStorage.get(ItemPath itemPath, String path, TransactionKey transactionKey) Fetches a CRISTAL local object from storage by pathClusterStorageManager.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.Methods in org.cristalise.kernel.persistency with parameters of type C2KLocalObjectModifier and TypeMethodDescriptionstatic StringClusterStorage.getPath(C2KLocalObject obj) Gives the path for a local object.abstract voidClusterStorage.put(ItemPath itemPath, C2KLocalObject obj, TransactionKey transactionKey) Stores a CRISTAL local object.voidClusterStorageManager.put(ItemPath itemPath, C2KLocalObject obj, TransactionKey transactionKey) Creates or overwrites a cluster in all writers.voidTransactionManager.put(ItemPath itemPath, C2KLocalObject obj, TransactionKey transactionKey) Deprecated. -
Uses of C2KLocalObject in org.cristalise.kernel.persistency.outcome
Classes in org.cristalise.kernel.persistency.outcome that implement C2KLocalObjectModifier and TypeClassDescriptionclassA C2KLocalObject encapsulating management of XML data.classclass -
Uses of C2KLocalObject in org.cristalise.kernel.property
Classes in org.cristalise.kernel.property that implement C2KLocalObject -
Uses of C2KLocalObject in org.cristalise.storage
Methods in org.cristalise.storage that return C2KLocalObjectModifier and TypeMethodDescriptionMemoryOnlyClusterStorage.get(ItemPath thisItem, String path, TransactionKey transactionKey) XMLClusterStorage.get(ItemPath itemPath, String path, TransactionKey transactionKey) TransactionalClusterStorageBase.getUncommitted(ItemPath itemPath, String path, TransactionKey transactionKey) Public get method.Methods in org.cristalise.storage with parameters of type C2KLocalObjectModifier and TypeMethodDescriptionvoidMemoryOnlyClusterStorage.put(ItemPath thisItem, C2KLocalObject obj, TransactionKey transactionKey) voidTransactionalClusterStorageBase.put(ItemPath itemPath, C2KLocalObject obj, TransactionKey transactionKey) voidXMLClusterStorage.put(ItemPath itemPath, C2KLocalObject obj, TransactionKey transactionKey)