|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tasklet | |
com.infoengine.SAK | |
com.ptc.windchill.esi.utl |
Uses of Tasklet in com.infoengine.SAK |
Classes in com.infoengine.SAK that implement Tasklet | |
class |
BasicTasklet
This abstract class defines the framework for dynamically compiled tasklets. |
Fields in com.infoengine.SAK declared as Tasklet | |
private Tasklet |
Task.task
|
Methods in com.infoengine.SAK that return Tasklet | |
Tasklet |
TaskCompiler.compile(String url)
Compiles a task and returns an instance that can be invoked. |
Tasklet |
Task.getTasklet()
Returns the compiled tasklet associated with this task object. |
Methods in com.infoengine.SAK with parameters of type Tasklet | |
void |
Task.initialize(Tasklet tasklet,
String uri)
Initializes the task from an initialized tasklet (usually the parent tasklet of a new subtask). |
Uses of Tasklet in com.ptc.windchill.esi.utl |
Methods in com.ptc.windchill.esi.utl with parameters of type Tasklet | |
void |
TaskHelper.addMultivalueUfidParamGroup(String paramName,
String groupName,
Tasklet task)
Get the task parameter values and add each one to an element in a group. |
void |
TaskHelper.addMultivaluePersistableParamGroup(String paramName,
String groupName,
Tasklet task)
Get the task parameter values and add each one to an element in a group. |
boolean |
TaskHelper.getBooleanStringParameter(String paramName,
Tasklet task)
Obtains a task parameter and returns it as a boolean value. |
boolean |
TaskHelper.getBooleanStringParameter(String paramName,
boolean defaultValue,
Tasklet task)
Obtains a task parameter and returns it as a boolean value. |
String |
TaskHelper.getParameterString(String paramName,
Tasklet tasklet)
Returns the value of a task parameter. |
void |
TaskHelper.addSuccessMsgGroup(String groupName,
Tasklet task)
Adds a group to the task to ensure that receivers are notified of a successful invocation of a service that returns a java void. |
Iterator |
TaskHelper.getRpcGroupNames(String groupName,
Tasklet task)
Obtains the results of an apply-service webject for an ESI RPC, adds all of the groups in the RPC response to the task passed in the argument, and returns an iterator of a collection of group names in the resultant VDB. |
Collection |
TaskHelper.getMultivalueParam(String name,
Tasklet task)
Return a collection of the values of the task parameter identified by the name argument. |
void |
TaskHelper.removeDuplicateCreators(String groupName,
Tasklet task)
Remove elements that have duplicate values of attribute creator of ESITransaction class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |