Uses of Class
org.cristalise.kernel.collection.Collection
Packages that use Collection
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.
-
Uses of Collection in org.cristalise.kernel.collection
Subclasses of Collection in org.cristalise.kernel.collectionModifier and TypeClassDescriptionclassA Collection with a graph layoutclassThe description of a Collection with a graph layout.classclassA Collection implementation that contains a variable number of members of the same type, like a variable-length array.classMethods in org.cristalise.kernel.collection that return CollectionModifier and TypeMethodDescriptionCollectionDescription.newInstance(TransactionKey transactionKey) Create a new instance of this collection.DependencyDescription.newInstance(TransactionKey transactionKey) Methods in org.cristalise.kernel.collection with parameters of type CollectionModifier and TypeMethodDescriptionvoidCollectionArrayList.put(Collection<? extends CollectionMember> c) This put method overwrites any collections with the same name already in the list.Constructor parameters in org.cristalise.kernel.collection with type arguments of type CollectionModifierConstructorDescriptionCollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList) -
Uses of Collection in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return CollectionModifier and TypeMethodDescriptionCollection<?> 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. -
Uses of Collection in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that return CollectionModifier and TypeMethodDescriptionstatic Collection<?> CreateItemFromDescription.instantiateCollection(String collName, ItemProxy descItem, String descVer, PropertyArrayList newProps, TransactionKey transactionKey) -
Uses of Collection in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module with parameters of type CollectionModifier and TypeMethodDescriptionvoidModule.addImports(Collection<?> contents) Adds the members of this Collection recursively to the imports of this Module.voidModule.setImports(Collection<?> contents) Overwrites the imports with the content of this Collection