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

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:

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

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