Uses of Class
org.cristalise.kernel.persistency.outcome.Viewpoint
Packages that use Viewpoint
Package
Description
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 Viewpoint in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return ViewpointModifier and TypeMethodDescriptionItemProxy.getViewpoint(String schemaName, String viewName) Gets the named ViewpointItemProxy.getViewpoint(String schemaName, String viewName, TransactionKey transKey) Gets the named Viewpoint.Methods in org.cristalise.kernel.entity.proxy with parameters of type ViewpointModifier and TypeMethodDescriptionItemProxy.getOutcome(Viewpoint view) Gets the Outcome selected by the ViewpointItemProxy.getOutcome(Viewpoint view, TransactionKey transKey) Gets the Outcome selected by the Viewpoint. -
Uses of Viewpoint in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that return ViewpointModifier and TypeMethodDescriptionprotected ViewpointCreateItemFromDescription.instantiateViewpoint(ItemProxy descItem, String descVer, TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type ViewpointModifier and TypeMethodDescriptionstatic voidCreateItemFromDescription.storeItem(AgentPath agent, ItemPath item, PropertyArrayList props, CollectionArrayList colls, CompositeActivity ca, Viewpoint initViewpoint, String initOutcomeString, TransactionKey transactionKey)