Uses of Enum Class
org.cristalise.kernel.collection.BuiltInCollections
Packages that use BuiltInCollections
Package
Description
Collections are Item local objects that reference other Items.
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 BuiltInCollections in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return BuiltInCollectionsModifier and TypeMethodDescriptionstatic BuiltInCollectionsstatic BuiltInCollectionsReturns the enum constant of this class with the specified name.static BuiltInCollections[]BuiltInCollections.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cristalise.kernel.collection with parameters of type BuiltInCollectionsModifierConstructorDescriptionDependency(BuiltInCollections collection) Dependency(BuiltInCollections collection, Integer version) -
Uses of BuiltInCollections in org.cristalise.kernel.entity.imports
Constructors in org.cristalise.kernel.entity.imports with parameters of type BuiltInCollections -
Uses of BuiltInCollections in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy with parameters of type BuiltInCollectionsModifier and TypeMethodDescriptionbooleanItemProxy.checkCollection(BuiltInCollections collection) Checks if the given built-in Collection existsbooleanItemProxy.checkCollection(BuiltInCollections collection, TransactionKey transKey) Checks if the given built-in Collection existsCollection<?> 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. -
Uses of BuiltInCollections in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle with parameters of type BuiltInCollectionsModifier and TypeMethodDescriptionprotected DescriptionObject[]ActivityDef.getBuiltInCollectionResource(BuiltInCollections collection, TransactionKey transactionKey) -
Uses of BuiltInCollections in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module with parameters of type BuiltInCollectionsModifier and TypeMethodDescriptionModuleActivity.getDescRef(ItemProxy child, BuiltInCollections collection) -
Uses of BuiltInCollections in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils with parameters of type BuiltInCollectionsModifier and TypeMethodDescriptiondefault DependencyDescriptionObject.makeDescCollection(BuiltInCollections collection, TransactionKey transactionKey, DescriptionObject... descs)