Uses of Class
org.cristalise.kernel.entity.proxy.AgentProxy
Packages that use AgentProxy
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 AgentProxy in org.cristalise.kernel.entity.imports
Methods in org.cristalise.kernel.entity.imports that return AgentProxy -
Uses of AgentProxy in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return AgentProxyModifier and TypeMethodDescriptionstatic AgentProxyProxyManager.getAgentProxy(String agentName) static AgentProxyProxyManager.getAgentProxy(String agentName, TransactionKey transactionKey) static AgentProxyProxyManager.getAgentProxy(AgentPath path) static AgentProxyProxyManager.getAgentProxy(AgentPath path, TransactionKey transactionKey) Methods in org.cristalise.kernel.entity.proxy with parameters of type AgentProxyModifier and TypeMethodDescriptionItemProxy.getJobByName(String actName, AgentProxy agent) Finds the first finishing job with the given name for the given Agent in the workflow.ItemProxy.getJobByTransitionName(String actName, String transName, AgentProxy agent) Finds the Job with the given Activity and Transition name for the Agent in the Items WorkflowItemProxy.getJobs(AgentProxy agent) Get the list of active Jobs of the Item that can be executed by the AgentvoidItemProxy.setProperty(AgentProxy agent, String name, String value) Sets the value of the given Property -
Uses of AgentProxy in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type AgentProxyModifier and TypeMethodDescriptionprotected voidCreateItemFromDescription.initialiseItem(ItemPath newItem, AgentProxy agent, ItemProxy descItem, PropertyArrayList initProps, String outcome, String newName, String descVer, DomainPath context, ItemPath newItemPath, TransactionKey transactionKey) -
Uses of AgentProxy in org.cristalise.kernel.lookup
Methods in org.cristalise.kernel.lookup that return AgentProxyModifier and TypeMethodDescriptionAgentPath.getProxy()AgentPath.getProxy(TransactionKey transactionKey) -
Uses of AgentProxy in org.cristalise.kernel.process
Fields in org.cristalise.kernel.process declared as AgentProxyMethods in org.cristalise.kernel.process that return AgentProxyModifier and TypeMethodDescriptionstatic AgentProxyLog in with the given username and password, and initialises theLookupandProxyManager.static AgentProxyLog in with the given username and password, and initialises theLookupandProxyManager.Constructors in org.cristalise.kernel.process with parameters of type AgentProxy -
Uses of AgentProxy in org.cristalise.kernel.process.auth
Methods in org.cristalise.kernel.process.auth that return AgentProxyModifier and TypeMethodDescriptionConsoleAuth.authenticate(String resource) ProxyLogin.authenticate(String resource) Authenticate the Agent -
Uses of AgentProxy in org.cristalise.kernel.process.module
Methods in org.cristalise.kernel.process.module with parameters of type AgentProxyModifier and TypeMethodDescriptionModuleEmbeddedScript.getScript(String ns, AgentProxy agent) voidModule.importAll(ItemProxy serverEntity, AgentProxy systemAgent, boolean reset) Imports all resources defined in the Module in this order: Resources, Roles, Agents, Items and Module itselfvoidModule.runScript(String event, AgentProxy agent, boolean isServer) voidModuleManager.setUser(AgentProxy agent) -
Uses of AgentProxy in org.cristalise.kernel.scripting
Constructors in org.cristalise.kernel.scripting with parameters of type AgentProxyModifierConstructorDescriptionScript(String lang, String name, String expr, AgentProxy agent) Creates a script executor requiring an agent to be set.Creates a script executor requiring an agent to be set.Script(String lang, AgentProxy agent, PrintStream out) For consoles -
Uses of AgentProxy in org.cristalise.kernel.security
Methods in org.cristalise.kernel.security that return AgentProxyModifier and TypeMethodDescriptionSecurityManager.authenticate(String agentName, String agentPassword, String resource) SecurityManager.authenticate(String agentName, String agentPassword, String resource, boolean isClient) SecurityManager.authenticate(String agentName, String agentPassword, String resource, boolean isClient, TransactionKey transactionKey)