Uses of Class
org.cristalise.kernel.entity.proxy.ItemProxy
Packages that use ItemProxy
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.
-
Uses of ItemProxy in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return ItemProxyModifier and TypeMethodDescriptionAggregationMember.resolveItem(TransactionKey transactionKey) CollectionMember.resolveItem(TransactionKey transactionKey) Resolve the Item currently assignedDependencyMember.resolveItem(TransactionKey transactionKey) -
Uses of ItemProxy in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return ItemProxy -
Uses of ItemProxy in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that return ItemProxy -
Uses of ItemProxy in org.cristalise.kernel.entity.proxy
Subclasses of ItemProxy in org.cristalise.kernel.entity.proxyModifier and TypeClassDescriptionclassIt is a wrapper for the connection and communication with Agent It caches data loaded from the Agent to reduce communicationMethods in org.cristalise.kernel.entity.proxy that return ItemProxyModifier and TypeMethodDescriptionAgentProxy.getItemByUUID(String uuid) static ItemProxystatic ItemProxyProxyManager.getProxy(Path path, TransactionKey transactionKey) AgentProxy.searchItem(String name) AgentProxy.searchItem(Path root, String name) Let scripts resolve itemsMethods in org.cristalise.kernel.entity.proxy that return types with arguments of type ItemProxyModifier and TypeMethodDescriptionAgentProxy.searchItems(Path start, Property[] props) AgentProxy.searchItems(Path start, PropertyDescriptionList props) Methods in org.cristalise.kernel.entity.proxy with parameters of type ItemProxyModifier and TypeMethodDescriptionExecution without any parameters using Class of predefined step instead of string literal.Single parameter execution using Class of predefined step instead of string literal.AgentProxy.execute(ItemProxy item, Class<?> predefStep, C2KLocalObject obj) Execution without any parameters.Single parameter execution.Multi-parameter execution.AgentProxy.execute(ItemProxy item, String predefStep, C2KLocalObject obj) -
Uses of ItemProxy in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type ItemProxyModifier and TypeMethodDescriptionprotected voidCreateItemFromDescription.initialiseItem(ItemPath newItem, AgentProxy agent, ItemProxy descItem, PropertyArrayList initProps, String outcome, String newName, String descVer, DomainPath context, ItemPath newItemPath, TransactionKey transactionKey) static Collection<?> CreateItemFromDescription.instantiateCollection(String collName, ItemProxy descItem, String descVer, PropertyArrayList newProps, TransactionKey transactionKey) protected CollectionArrayListCreateItemFromDescription.instantiateCollections(ItemProxy descItem, String descVer, PropertyArrayList newProps, TransactionKey transactionKey) Copies the CollectionDescriptions of the Item requesting this predefined step.protected PropertyArrayListCreateItemFromDescription.instantiateProperties(ItemProxy descItem, String descVer, PropertyArrayList initProps, String newName, TransactionKey transactionKey) protected ViewpointCreateItemFromDescription.instantiateViewpoint(ItemProxy descItem, String descVer, TransactionKey transactionKey) protected CompositeActivityCreateItemFromDescription.instantiateWorkflow(ItemProxy descItem, String descVer, TransactionKey transactionKey) Retrieve the Workflow dependency for the given description version, instantiate the loaded CompositeActivityDef -
Uses of ItemProxy in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return ItemProxyModifier and TypeMethodDescriptionItemPath.getProxy()ItemPath.getProxy(TransactionKey transactionKey) -
Uses of ItemProxy in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module with parameters of type ItemProxyModifier and TypeMethodDescriptionModuleActivity.getDescRef(ItemProxy child, BuiltInCollections collection) voidModule.importAll(ItemProxy serverEntity, AgentProxy systemAgent, boolean reset) Imports all resources defined in the Module in this order: Resources, Roles, Agents, Items and Module itselfConstructors in org.cristalise.kernel.process.module with parameters of type ItemProxyModifierConstructorDescriptionModuleActivity(ItemProxy child, Integer version) ModuleAgent(ItemProxy child, Integer version) ModuleDomainContext(ItemProxy child, Integer version) ModuleItem(ItemProxy child, Integer version) ModulePropertyDescription(ItemProxy child, Integer version) ModuleQuery(ItemProxy child, Integer version) ModuleRole(ItemProxy child, Integer version) ModuleSchema(ItemProxy child, Integer version) ModuleScript(ItemProxy child, Integer version) ModuleStateMachine(ItemProxy child, Integer version) ModuleWorkflow(ItemProxy child, Integer version) -
Uses of ItemProxy in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils with parameters of type ItemProxyModifier and TypeMethodDescriptionprotected ActivityDefActDefCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey) protected DDescriptionObjectCache.loadObject(ItemProxy proxy, int version, TransactionKey transactionKey)