Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.9.0)
E25378-09


oracle.bpm.services.instancemanagement.model
Interface ITaskUpdateAction

All Superinterfaces:
java.io.Serializable

public interface ITaskUpdateAction
extends java.io.Serializable

Method Summary
 java.util.List<java.lang.String> getTaskIds()
          Returns the list of task IDs to apply the action to
 java.lang.String getUpdateArg()
          returns the update definition for the task.
 oracle.bpm.project.model.processes.update.UpdateType getUpdateType()
          Returns the udpate action type to be performed on the task.

 

Method Detail

getUpdateType

oracle.bpm.project.model.processes.update.UpdateType getUpdateType()
Returns the udpate action type to be performed on the task.
Returns:

getUpdateArg

java.lang.String getUpdateArg()
returns the update definition for the task.
Returns:

getTaskIds

java.util.List<java.lang.String> getTaskIds()
Returns the list of task IDs to apply the action to
Returns:

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.9.0)
E25378-09


Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.