Uses of Class
com.uc4.api.objects.JobPlanTask
Packages that use JobPlanTask
-
Uses of JobPlanTask in com.uc4.api.objects
Methods in com.uc4.api.objects that return JobPlanTaskModifier and TypeMethodDescriptionJobPlanTask.copy()Creates a copy of this task with only the properties set.JobPlanTask.copyWithTaskValues()Creates a copy of this task, inclusive of TaskValues (Variables and PromptSets).static JobPlanTaskObjectFactory.createExternalWorkflowTask(UC4ObjectName name, UC4ObjectName externalParent) Creates a new external Workflow task.static JobPlanTaskObjectFactory.createWorkflowTask(UC4ObjectName name, String objectType) Creates a new Workflow task.JobPlan.getEndTask()Returns the END-task of thisJobPlan.WorkflowIF.getEndTask()Returns the END task of an IF.WorkflowLoop.getEndTask()Returns the END task of this FOR EACH workflow.JobPlan.getFirstTaskByName(String name) Returns the first task in the JobPlan monitor which has the specified object name.JobPlan.getStartTask()Returns the START-task of thisJobPlan.WorkflowIF.getStartTask()Returns the Start Task of an IF.WorkflowLoop.getStartTask()Returns the Start Task of this FOR EACH workflow.JobPlanTaskDependency.getTask()Returns the predecessor task.JobPlan.getTaskByUserDefinedID(String id) Returns a worfkflow task with the specified ID.WorkflowIF.getTaskByUserDefinedID(String id) Returns a worfkflow task with the specified ID.WorkflowLoop.getTaskByUserDefinedID(String id) Returns a worfkflow task with the specified ID.Methods in com.uc4.api.objects that return types with arguments of type JobPlanTaskModifier and TypeMethodDescriptionWorkflowIF.falseTasksIterator()Returns an iterator over tasks in thefalsebranch.WorkflowLoop.iterator()JobPlanDependencies.successorIterator()JobPlan.taskIterator()Returns an iterator overJobPlanTask.WorkflowIF.trueTasksIterator()Returns an iterator over tasks in thetruebranch.Methods in com.uc4.api.objects with parameters of type JobPlanTaskModifier and TypeMethodDescriptionvoidJobPlanDependencies.addDependency(JobPlanTask task) Adds a dependency without a certain status.protected voidJobPlanDependencies.addDependency(JobPlanTask predecessor, int branchType) Adds a dependency without a certain status.protected voidJobPlanDependencies.addDependency(JobPlanTask predecessor, int branchType, TaskState taskState) Adds a dependency with a certain status.voidJobPlanDependencies.addDependency(JobPlanTask predecessor, TaskState when) Adds a dependency.voidWorkflowIF.addFalse(JobPlanTask task) Adds a task to thefalsebranch of this IF workflow.voidWorkflowIF.addFalse(JobPlanTask task, int pos) Adds a task to thefalsebranch of this IF workflow at the specified position.voidJobPlanDependencies.addSuccessorTask(JobPlanTask task) Adds the given task to the successor list.voidJobPlan.addTask(JobPlanTask task) Adds a task to theJobPlan.voidWorkflowLoop.addTask(JobPlanTask task) Adds a task to this for each loop.voidWorkflowLoop.addTask(JobPlanTask task, int pos) Adds a task to this ForEach loop at the specified position.voidWorkflowLoop.addTaskAndCreateDependencies(JobPlanTask task) Adds a task to this for each loop and Recreates the dependencies.voidWorkflowLoop.addTaskAndCreateDependencies(JobPlanTask task, int pos) Adds a task to this ForEach loop at the specified position and recreates the dependencies.voidWorkflowIF.addTrue(JobPlanTask task) Adds a task to thetruebranch of this IF workflow.voidWorkflowIF.addTrue(JobPlanTask task, int pos) Adds a task to thetruebranch of this IF workflow at the specified position.voidJobPlanTask.cloneProperties(JobPlanTask toClone) Creates a deep copy of all task properties of the given task for this task, except the task values (prompts and variables).voidJobPlanTask.clonePropertiesAndTaskValues(JobPlanTask toClone) Creates a deep copy of all task properties of the given task for this task, including the task values (prompts and variables).JobPlanDependencies.copy(JobPlanTask jobPlanTask) Creates a deep copy of this object and all it's properties except for the predecessor and successor object lists.booleanJobPlan.removeTask(JobPlanTask task) Removes the specified task from theJobPlan.booleanWorkflowIF.removeTask(JobPlanTask task) Removes the specified task from theWorkFLowIF.booleanWorkflowLoop.removeTask(JobPlanTask task) Removes the specified task from theWorkFlowLoop.booleanWorkflowLoop.removeTaskAndCreateDependencies(JobPlanTask task) Removes the specified task from theWorkFlowLoopand recreates the dependencies.voidJobPlan.replaceTask(JobPlanTask oldTask, JobPlanTask newTask) Replaces an existingJobPlanTask.protected voidJobPlanTaskDependency.setTask(JobPlanTask task) Constructors in com.uc4.api.objects with parameters of type JobPlanTaskModifierConstructorDescriptionJobPlanTaskDependency(JobPlanTask predecessor, TaskState when) Creates aJobPlanTaskDependencyusing the specified predecessor and when-condition. -
Uses of JobPlanTask in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return JobPlanTaskModifier and TypeMethodDescriptionAddJobPlanTask.getJobPlanTask()Returns a JobPlan Task ornullif the task was not found.Constructors in com.uc4.communication.requests with parameters of type JobPlanTaskModifierConstructorDescriptionModifyProcessFlowMonitor(JobPlanMonitor monitor, JobPlanTask add) Adds a task to a ProcessFlow. -
Uses of JobPlanTask in com.uc4.util
Methods in com.uc4.util that return JobPlanTaskModifier and TypeMethodDescriptionWorkFlowTaskFactory.createWorkflowTask(com.uc4.util.XMLDocument doc, Element task, ConnectionAttributes session) Creates a new WorkflowTask.