Uses of Class
org.cristalise.kernel.common.CriseVertxException
Packages that use CriseVertxException
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 CriseVertxException in org.cristalise.kernel.common
Subclasses of CriseVertxException in org.cristalise.kernel.commonModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in org.cristalise.kernel.common that return CriseVertxExceptionModifier and TypeMethodDescriptionstatic CriseVertxExceptionCriseVertxException.convertFutureException(ExecutionException futureException) static CriseVertxExceptionCriseVertxException.convertThrowable(Throwable ex) -
Uses of CriseVertxException in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that throw CriseVertxExceptionModifier and TypeMethodDescriptionbooleanItemProxy.checkJobForAgent(Job job, AgentPath agentPath) Standard execution of jobs.Extended execution of jobs when the client knows that there is a Transition to be used in case of an error.Execution 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) ItemProxy.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.getJobByTransitionName(String actName, String transName, AgentPath agentPath) 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 AgentGet the list of active Jobs of the Item that can be executed by the AgentGet the list of active Jobs of the Item for the given Activity that can be executed by the Agent.ItemProxy.requestAction(String itemUuid, String agentUuid, String stepPath, int transitionID, String requestData, String fileName, List<Byte> attachment) ItemProxy.requestAction(Job thisJob) Executes the given Job of this Item -
Uses of CriseVertxException in org.cristalise.kernel.lookup
Subclasses of CriseVertxException in org.cristalise.kernel.lookup -
Uses of CriseVertxException in org.cristalise.kernel.process
Methods in org.cristalise.kernel.process that throw CriseVertxExceptionModifier and TypeMethodDescriptionstatic voidGateway.connect()Connects to the Lookup server in an administrative context.static AgentProxyLog in with the given username and password, and initialises theLookupandProxyManager.static AgentProxyLog in with the given username and password, and initialises theLookupandProxyManager.voidUserCodeVerticle.runUserCodeLogic(Job job, Job errorJob) Override this method to implement application specific (business) logic Default implementation - the agent execute any scripts, query or both definedvoidMethod called to handle the Start transition. -
Uses of CriseVertxException in org.cristalise.kernel.scripting
Subclasses of CriseVertxException in org.cristalise.kernel.scripting -
Uses of CriseVertxException in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that throw CriseVertxException