Uses of Class
org.cristalise.kernel.entity.Job
Packages that use Job
Package
Description
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 Job in org.cristalise.kernel.entity
Constructor parameters in org.cristalise.kernel.entity with type arguments of type Job -
Uses of Job in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return JobModifier and TypeMethodDescriptionRetrieves single persistent Job.ItemProxy.getJob(String id, TransactionKey transKey) Retrieves single persistent Job.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 WorkflowMethods in org.cristalise.kernel.entity.proxy that return types with arguments of type JobModifier and TypeMethodDescriptionItemProxy.getJobs()Retrieves the complete list of Jobs of the Item.ItemProxy.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.getJobs(TransactionKey transKey) Retrieves the complete list of Jobs of the Item.Methods in org.cristalise.kernel.entity.proxy with parameters of type JobModifier 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.ItemProxy.requestAction(Job thisJob) Executes the given Job of this Item -
Uses of Job in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return types with arguments of type JobModifier and TypeMethodDescriptionActivity.calculateAllJobs(AgentPath agent, ItemPath itemPath, boolean recurse) CompositeActivity.calculateAllJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Activity.calculateJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Calculates the lists of jobs for the activity and its children (cf org.cristalise.kernel.entity.Job)CompositeActivity.calculateJobs(AgentPath agent, ItemPath itemPath, boolean recurse) Workflow.calculateJobs(AgentPath agent, ItemPath itemPath, int type) if type = 0 only domain steps will be queried if type = 1 only predefined steps will be queried else both will be queried -
Uses of Job in org.cristalise.kernel.lifecycle.instance.predefined.agent
Methods in org.cristalise.kernel.lifecycle.instance.predefined.agent with parameters of type Job -
Uses of Job in org.cristalise.kernel.persistency.outcome
Methods in org.cristalise.kernel.persistency.outcome with parameters of type JobModifier and TypeMethodDescriptionOutcomeInitiator.initOutcome(Job job) Constructs and initialises the Outcome string (XML)QueryOutcomeInitiator.initOutcome(Job job) OutcomeInitiator.initOutcomeInstance(Job job) Constructs and initialises the Outcome objectQueryOutcomeInitiator.initOutcomeInstance(Job job) -
Uses of Job in org.cristalise.kernel.process
Methods in org.cristalise.kernel.process with parameters of type JobModifier and TypeMethodDescriptionbooleanUserCodeVerticle.assessStartConditions(Job job) Override this method to implement application specific evaluation of start condition.voidMethod called to handle the Complete transition.protected voidvoidUserCodeVerticle.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 Job in org.cristalise.kernel.scripting
Methods in org.cristalise.kernel.scripting that return JobMethods in org.cristalise.kernel.scripting with parameters of type JobConstructors in org.cristalise.kernel.scripting with parameters of type Job