Uses of Enum Class
org.cristalise.kernel.persistency.ClusterType
Packages that use ClusterType
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 ClusterType in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return ClusterType -
Uses of ClusterType in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return ClusterTypeModifier and TypeMethodDescriptionC2KLocalObject.getClusterType()Each object belongs to a specific type defined inClusterTypeJob.getClusterType() -
Uses of ClusterType in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return ClusterTypeMethods in org.cristalise.kernel.entity.proxy with parameters of type ClusterTypeModifier and TypeMethodDescriptionbooleanItemProxy.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 ClusterTypeString[]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.getObject(ClusterType type) Retrieve the C2KLocalObject for the ClusterTypeItemProxy.getObject(ClusterType type, TransactionKey transKey) Retrieve the C2KLocalObject for the ClusterType. -
Uses of ClusterType in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events that return ClusterType -
Uses of ClusterType in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return ClusterType -
Uses of ClusterType in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return ClusterType -
Uses of ClusterType in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return ClusterType -
Uses of ClusterType in org.cristalise.kernel.persistency
Fields in org.cristalise.kernel.persistency declared as ClusterTypeMethods in org.cristalise.kernel.persistency that return ClusterTypeModifier and TypeMethodDescriptionClusterStorage.getClusters(ItemPath itemPath, TransactionKey transactionKey) Queries the Item for the Clusters (root path elements) that are available.protected static ClusterTypeClusterStorage.getClusterType(String path) Utility method to find the cluster for a particular Local Object (the first part of its path)static ClusterTypeClusterType.getFromPath(String path) Retrieves the value from the given path or null if no matching was foundstatic ClusterTypeRetrieves the value from the clusterName or null if no matching was foundstatic ClusterTypeReturns the enum constant of this class with the specified name.static ClusterType[]ClusterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cristalise.kernel.persistency with parameters of type ClusterTypeModifier and TypeMethodDescriptionlongClusterStorageManager.clearCache(ItemPath itemPath, ClusterType cluster) abstract voidClusterStorage.delete(ItemPath itemPath, ClusterType cluster, TransactionKey transactionKey) Remove all CRISTAL local object of the given ClusterType from storage.String[]ClusterStorage.getClusterContents(ItemPath itemPath, ClusterType type, TransactionKey transactionKey) Queries the local path below the given type and returns the possible next elements.String[]ClusterStorageManager.getClusterContents(ItemPath itemPath, ClusterType type) String[]ClusterStorageManager.getClusterContents(ItemPath itemPath, ClusterType type, TransactionKey transactionKey) String[]TransactionManager.getClusterContents(ItemPath itemPath, ClusterType type) Deprecated.Retrieves the ids of the root level of a clusterString[]TransactionManager.getClusterContents(ItemPath itemPath, ClusterType type, TransactionKey transactionKey) Deprecated.Retrieves the ids of the root level of a clusterabstract shortClusterStorage.queryClusterSupport(ClusterType clusterType) Declares whether or not this ClusterStorage can read or write a particular CRISTAL local object type.voidClusterStorageManager.removeCluster(ItemPath itemPath, ClusterType cluster, TransactionKey transactionKey) Removes all objects of a ClusterTypeConstructors in org.cristalise.kernel.persistency with parameters of type ClusterTypeModifierConstructorDescriptionC2KLocalObjectMap(ItemPath item, ClusterType cluster) C2KLocalObjectMap(ItemPath item, ClusterType cluster, TransactionKey transKey) -
Uses of ClusterType in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome that return ClusterTypeModifier and TypeMethodDescriptionOutcome.getClusterType()ReturnsOUTCOMEOutcomeAttachment.getClusterType()Viewpoint.getClusterType() -
Uses of ClusterType in org.cristalise.kernel.property
Methods in org.cristalise.kernel.property that return ClusterType -
Uses of ClusterType in org.cristalise.storage
Methods in org.cristalise.storage with parameters of type ClusterTypeModifier and TypeMethodDescriptionvoidMemoryOnlyClusterStorage.delete(ItemPath thisItem, ClusterType cluster, TransactionKey transactionKey) voidXMLClusterStorage.delete(ItemPath itemPath, ClusterType cluster, TransactionKey transactionKey) String[]MemoryOnlyClusterStorage.getClusterContents(ItemPath itemPath, ClusterType type, TransactionKey transactionKey) shortMemoryOnlyClusterStorage.queryClusterSupport(ClusterType clusterType) shortXMLClusterStorage.queryClusterSupport(ClusterType clusterType)