|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Task in com.infoengine.doorsadapter |
Fields in com.infoengine.doorsadapter declared as Task | |
private Task |
RequestContext.myTask
|
private Task |
RequestContext.resultTask
|
Methods in com.infoengine.doorsadapter that return Task | |
Task |
RequestContext.getTask()
Get the current input task. |
Task |
RequestContext.getResultTask()
Deprecated. Replaced by getOutputTask (). |
Task |
RequestContext.getOutputTask()
Return the output task. |
Methods in com.infoengine.doorsadapter with parameters of type Task | |
String |
RequestContext.getTaskName(Task tsk)
Returns the name of the task. |
void |
RequestContext.setTaskName(String name,
Task tsk)
Sets the name of the task. |
void |
RequestContext.setTaskDesc(String desc,
Task tsk)
Sets the description of the task. |
String |
RequestContext.getTaskDesc(Task tsk)
Returns the description currently assigned to the task. |
String |
RequestContext.getTaskType(Task tsk)
Returns the type of this task. |
void |
RequestContext.setTaskType(String type,
Task tsk)
Sets the type of this task. |
void |
RequestContext.setTask(Task tsk)
Set the input task. |
void |
RequestContext.setResultTask(Task tsk)
Deprecated. Replaced by setOutputTask (Task). |
void |
RequestContext.setOutputTask(Task tsk)
Set the output task. |
void |
RequestContext.removeInputGroups(Task tsk)
Deprecated. No replacement. |
void |
RequestContext.addGroup(Group grp,
Task tsk)
Deprecated. Replaced by addVdb (Group)/addVdbIn (Group). |
void |
RequestContext.addVdb(Group grp,
Task tsk)
Add a group to the VDB for this task. |
Uses of Task in com.infoengine.ebai |
Fields in com.infoengine.ebai declared as Task | |
private Task |
RequestContext.myTask
|
private Task |
RequestContext.resultTask
|
Methods in com.infoengine.ebai that return Task | |
Task |
RequestContext.getTask()
Get the current task. |
Task |
RequestContext.getResultTask()
|
Methods in com.infoengine.ebai with parameters of type Task | |
void |
RequestContext.setTask(Task tsk)
Receive a task and get the webject name. |
void |
RequestContext.setResultTask(Task tsk)
|
Uses of Task in com.infoengine.edasql |
Fields in com.infoengine.edasql declared as Task | |
private Task |
RequestContext.myTask
|
private Task |
RequestContext.resultTask
|
Methods in com.infoengine.edasql that return Task | |
Task |
RequestContext.getTask()
Get the current input task. |
Task |
RequestContext.getResultTask()
Return the output task. |
Methods in com.infoengine.edasql with parameters of type Task | |
void |
RequestContext.setTask(Task tsk)
Set the input task. |
void |
RequestContext.setResultTask(Task tsk)
Set the output task. |
Uses of Task in com.infoengine.email |
Fields in com.infoengine.email declared as Task | |
(package private) Task |
AbstractWebject.task
|
Methods in com.infoengine.email that return Task | |
Task |
AbstractWebject.getTask()
|
Methods in com.infoengine.email with parameters of type Task | |
void |
AbstractWebject.initialize(Task task,
String serviceName,
String domain,
com.infoengine.log.LogWriter logWriter)
|
Uses of Task in com.infoengine.jdbc |
Fields in com.infoengine.jdbc declared as Task | |
(package private) Task |
JDBCObject.task
|
Methods in com.infoengine.jdbc that return Task | |
Task |
JDBCObject.getTask()
|
Methods in com.infoengine.jdbc with parameters of type Task | |
void |
JDBCObject.initialize(String serviceName,
short dbType,
JdbcContext ctx,
Task rqst,
com.infoengine.log.LogWriter logWriter)
|
Uses of Task in com.infoengine.jndi |
Fields in com.infoengine.jndi declared as Task | |
(package private) Task |
JNDIObject.task
|
Methods in com.infoengine.jndi that return Task | |
Task |
JNDIObject.getTask()
|
Methods in com.infoengine.jndi with parameters of type Task | |
void |
JNDIObject.initialize(Task rqst,
String serviceName,
com.infoengine.log.LogWriter logWriter,
Properties eProps)
|
Uses of Task in com.infoengine.jsp.taglibs |
Fields in com.infoengine.jsp.taglibs declared as Task | |
private Task |
TaskTag.substitute_task
|
private Task |
TaskTag.TaskExecutor.substitute_task
|
Uses of Task in com.infoengine.messaging |
Methods in com.infoengine.messaging that return Task | |
Task |
MsgService.queryResults(Task t,
boolean remove)
Query for the results of a queued task |
Task |
MsgService.deleteObject(Task t)
<ie:webject name="Delete-Object" type="MSG"> <ie:param name="QUEUE" data=" |
Task |
MsgService.queryObject(Task t)
<ie:webject name="Query-Object" type="MSG"> <ie:param name="QUEUE" data=" |
private Task |
MsgService.queryObject(Task t,
boolean remove)
method supporting query and delete object webjects |
Methods in com.infoengine.messaging with parameters of type Task | |
private Webject |
MsgService.mapCredentials(Task t,
String instance)
|
private Webject |
MsgService.mapWesCredentials(Task t)
|
private Webject |
MsgService.mapMsgCredentials(Task t)
|
Group |
MsgService.emitEvent(Task t)
send a named event |
Group |
MsgService.subscribeEvent(Task t)
subscribe to listen for a named event |
Group |
MsgService.queueTask(Task t)
Queue a named task |
Task |
MsgService.queryResults(Task t,
boolean remove)
Query for the results of a queued task |
Group |
MsgService.subscribeQueue(Task t)
subscribe to a queue for tasks to execute |
Group |
MsgService.browseQueue(Task t)
Browse a queue for contents |
Group |
MsgService.unsubscribeQueue(Task t)
unsubscribe from a named queue |
private IeRequest |
MsgService.buildRequest(Task t,
Webject w)
|
Group |
MsgService.createObject(Task t)
<ie:webject name="Create-Object" type="MSG"> <ie:param name="QUEUE" data=" |
Task |
MsgService.deleteObject(Task t)
<ie:webject name="Delete-Object" type="MSG"> <ie:param name="QUEUE" data=" |
Task |
MsgService.queryObject(Task t)
<ie:webject name="Query-Object" type="MSG"> <ie:param name="QUEUE" data=" |
private Task |
MsgService.queryObject(Task t,
boolean remove)
method supporting query and delete object webjects |
Uses of Task in com.infoengine.object.factory |
Subclasses of Task in com.infoengine.object.factory | |
class |
BusinessTask
Description... |
Fields in com.infoengine.object.factory declared as Task | |
private Task |
Request.myTask
|
Methods in com.infoengine.object.factory that return Task | |
Task |
Task.deepClone()
Creates a deep copy of this task. |
Task |
Request.getTask()
Returns the task that this request encapsulates. |
Methods in com.infoengine.object.factory with parameters of type Task | |
Enumeration |
Param.applyBinding(Task task)
Bind this parameter to variable substitutions in the context of a specified task, and return the resulting value. |
private Vector |
Param.subVariables(Task task)
Parse the input string and return a vector of objects. |
Uses of Task in com.infoengine.pda |
Fields in com.infoengine.pda declared as Task | |
protected Task |
AbstractWebject.task
|
Methods in com.infoengine.pda that return Task | |
Task |
AbstractWebject.getTask()
|
Methods in com.infoengine.pda with parameters of type Task | |
void |
AbstractWebject.initialize(Task task,
String serviceName,
com.infoengine.log.LogWriter logWriter)
|
Uses of Task in com.infoengine.procunit.gateway |
Methods in com.infoengine.procunit.gateway with parameters of type Task | |
private Group |
GatewayImpl.getInputGroup(Task task)
|
Uses of Task in com.infoengine.procunit.template |
Methods in com.infoengine.procunit.template that return Task | |
private Task |
TemplateProcessorImpl.invokeTemplate(Task task,
String name)
|
Methods in com.infoengine.procunit.template with parameters of type Task | |
private Task |
TemplateProcessorImpl.invokeTemplate(Task task,
String name)
|
Uses of Task in com.infoengine.procunit.webject |
Methods in com.infoengine.procunit.webject that return Task | |
Task |
WebjectProcessor.invokeWebject(Webject webject,
Task task)
|
Methods in com.infoengine.procunit.webject with parameters of type Task | |
IeRequest |
WebjectProcessor.processTask(Task task)
|
IeRequest |
WebjectProcessor.routeWebject(Webject webject,
Task task)
|
Task |
WebjectProcessor.invokeWebject(Webject webject,
Task task)
|
Uses of Task in com.infoengine.procunit.webject.render |
Fields in com.infoengine.procunit.webject.render declared as Task | |
protected Task |
Rendering.task
|
Methods in com.infoengine.procunit.webject.render with parameters of type Task | |
void |
Rendering.setTask(Task task)
|
Uses of Task in com.infoengine.SAK |
Subclasses of Task in com.infoengine.SAK | |
class |
BasicTasklet
This abstract class defines the framework for dynamically compiled tasklets. |
Fields in com.infoengine.SAK declared as Task | |
protected Task |
Webject.task
|
(package private) Task |
BasicTasklet.WebjectRunner.subtask
|
(package private) Task |
BasicTasklet.WebjectRunner.task
|
Methods in com.infoengine.SAK that return Task | |
Task |
CheckpointProcessor.recoverState(String uniqueIdentifier)
Recovers the saved state of a task. |
Task |
BasicCheckpointProcessor.recoverState(String uniqueIdentifier)
Recovers the saved state of a task. |
Methods in com.infoengine.SAK with parameters of type Task | |
protected void |
Webject.initialize(Task task)
Prepares the webject for execution. |
protected void |
Webject.copyOutputGroups(Task sourceTask)
Copies the groups from a specified task to the service associated with this webject. |
void |
Webject.invoke(Task task)
Invokes the webject in the server context using a specified task object. |
static void |
Task.signUsername(Task task,
String signer)
Sets the "auth-signer" and "auth-signature" attribute values that provide a digital signature for the "auth-user" attribute of the SERVER context group of a specific task. |
static void |
Task.signUsername(Task task,
String user,
String signer)
Sets the "auth-user" attribute value in the SERVER context group of a specific task and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer. |
static void |
Task.signUsername(Task task,
String user,
String signer,
String password,
KeyStore keystore)
Sets the "auth-user" attribute value in the SERVER context group of a specific task and also sets "auth-signer" and "auth-signature" attribute values that provide a digital signature for the username and the name of the signer. |
static void |
Task.signUsername(Task task,
String user,
String signer,
PrivateKey key)
Sets a specific value for the auth-user attribute value in the SERVER context group of a specific task, and signs it using a specific signer's name and private key. |
static void |
Task.signUsername(Task task,
String signer,
PrivateKey key)
Signs the auth-user attribute value in a SERVER context group using a specific signer's name and private key. |
static boolean |
Task.verifyUsername(Task task)
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group. |
static boolean |
Task.verifyUsername(Task task,
KeyStore keystore)
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group. |
static boolean |
Task.verifyUsername(Task task,
Certificate certificate)
Verifies the authenticity of the auth-user attribute value in a SERVER context group based upon the auth-signer and auth-signature attribute values of the same group. |
static IeCollection |
Task.executeTask(String uri,
Task task,
Boolean isCredentialsMapper)
Executes a task specified by URI. |
static IeCollection |
Task.executeTask(String uri,
String processor,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
static IeCollection |
Task.executeTask(String uri,
Vector processors,
Task task,
IeCollection vdb,
Group form)
Executes a task specified by URI. |
static void |
Task.executeTaskRemotely(String uri,
Task task,
IeService service,
IeMultipartInputStream is,
OutputStream os,
Vector processors)
Executes a task in a remote task processor. |
void |
ObjectWebject.invoke(Task task)
Invokes the webject in the server context. |
void |
ManagementWebject.invoke(Task task)
Invokes the webject in the server context using a specified task object. |
void |
GroupWebject.invoke(Task task)
Invokes the webject in the server context using a specified task object. |
void |
ExternalWebject.invoke(Task task)
Invokes the webject in the server context. |
void |
DisplayWebject.invoke(Task task)
Invokes the webject in the server context. |
void |
CheckpointProcessor.saveState(String uniqueIdentifier,
Task task)
Saves the state of a task. |
protected void |
BasicTasklet.addError(Task task)
Adds status and error messages from a subtask to this task. |
protected boolean |
BasicTasklet.processBranching(Webject webject,
Task task)
Processes task branching after a webject is executed. |
void |
BasicCheckpointProcessor.saveState(String uniqueIdentifier,
Task task)
Saves the state of a task. |
Constructors in com.infoengine.SAK with parameters of type Task | |
BasicTasklet.WebjectRunner(Webject webject,
Task task)
|
Uses of Task in com.infoengine.schema |
Methods in com.infoengine.schema with parameters of type Task | |
SchemaObject |
SchemaGenerator.generateSchema(String type,
Task t)
|
SchemaObject |
LDAPGenerator.generateSchema(String type,
Task t)
|
SchemaObject |
DescribeAttributesGenerator.generateSchema(String type,
Task task)
|
Uses of Task in com.infoengine.schema.type |
Fields in com.infoengine.schema.type declared as Task | |
protected Task |
TypeHierarchyGraph.task
|
Methods in com.infoengine.schema.type with parameters of type Task | |
void |
TypeHierarchyGraph.setTask(Task task)
set the task associated with this graph. |
Constructors in com.infoengine.schema.type with parameters of type Task | |
LDAPTypeHierarchyNode(String type,
Task t)
construct the first node in the graph |
Uses of Task in com.infoengine.soap |
Methods in com.infoengine.soap that return Task | |
private Task |
SoapRPCRouter.getTask(javax.servlet.http.HttpServletRequest request)
|
Task |
SOAPMessageHandler.processResponse(javax.xml.soap.SOAPMessage response)
|
private Task |
RPCHandler.getTask(Hashtable headers)
build a factory task with an @SERVER group that reflects the contents of headers |
Methods in com.infoengine.soap with parameters of type Task | |
javax.xml.soap.SOAPMessage |
SOAPMessageHandler.generateRequest(Task t)
|
Uses of Task in com.infoengine.webject |
Methods in com.infoengine.webject that return Task | |
abstract Task |
Webject.invoke(Task task)
|
Methods in com.infoengine.webject with parameters of type Task | |
abstract Task |
Webject.invoke(Task task)
|
Uses of Task in com.infoengine.webject.adm |
Methods in com.infoengine.webject.adm that return Task | |
Task |
ReloadProperties.invoke(Task task)
|
Methods in com.infoengine.webject.adm with parameters of type Task | |
Task |
ReloadProperties.invoke(Task task)
|
Uses of Task in com.infoengine.webject.dsp |
Methods in com.infoengine.webject.dsp that return Task | |
Task |
ObjectWindow.invoke(Task task)
Display an HTML objectWindow objects. |
Task |
ObjectSelect.invoke(Task task)
Display a group of objects in an HTML select list. |
Task |
ObjectDisplay.invoke(Task task)
Display a group of objects in an Text table. |
Task |
ObjectButton.invoke(Task task)
|
Task |
EchoRequest.invoke(Task task)
Display HTML nested tables representing an IeObject hierarchy. |
Task |
DisplayXml.invoke(Task task)
Display the output of a task as an XML stream. |
Task |
DisplayValue.invoke(Task task)
Display values of attributes within text or form fields. |
Task |
DisplayTable.invoke(Task task)
Display an HTML table of objects. |
Task |
DisplaySelection.invoke(Task task)
|
Task |
DisplayResource.invoke(Task task)
|
Task |
DisplayObject.invoke(Task task)
Display a group of objects in an Text table. |
Task |
ApplyXsl.invoke(Task task)
|
Methods in com.infoengine.webject.dsp with parameters of type Task | |
Task |
ObjectWindow.invoke(Task task)
Display an HTML objectWindow objects. |
Task |
ObjectSelect.invoke(Task task)
Display a group of objects in an HTML select list. |
Task |
ObjectDisplay.invoke(Task task)
Display a group of objects in an Text table. |
Task |
ObjectButton.invoke(Task task)
|
Task |
EchoRequest.invoke(Task task)
Display HTML nested tables representing an IeObject hierarchy. |
Task |
DisplayXml.invoke(Task task)
Display the output of a task as an XML stream. |
protected static Group |
DisplayWebject.defaultGroup(Task task,
Rendering rendering)
|
private static String |
DisplayWebject.getUserAgent(Task task)
|
protected static Rendering |
DisplayWebject.setRenderingAgent(Task task)
|
Task |
DisplayValue.invoke(Task task)
Display values of attributes within text or form fields. |
Task |
DisplayTable.invoke(Task task)
Display an HTML table of objects. |
Task |
DisplaySelection.invoke(Task task)
|
Task |
DisplayResource.invoke(Task task)
|
Task |
DisplayObject.invoke(Task task)
Display a group of objects in an Text table. |
Task |
ApplyXsl.invoke(Task task)
|
Uses of Task in com.infoengine.webject.grp |
Methods in com.infoengine.webject.grp that return Task | |
Task |
XorGroups.invoke(Task task)
Describe 'xorGroups' method here. |
Task |
UnionGroups.invoke(Task task)
Describe 'unionGroups' method here. |
Task |
TranslateGroup.invoke(Task task)
Describe 'translateGroup' method here. |
Task |
SummarizeGroups.invoke(Task task)
Describe 'summarizeGroups' method here. |
Task |
SubsetGroup.invoke(Task task)
Describe 'subsetGroup' method here. |
Task |
SortGroup.invoke(Task task)
Describe 'sortGroup' method here. |
Task |
SetMetadata.invoke(Task task)
Set meta-information on a group, element, or attribute. |
Task |
SetIdentity.invoke(Task task)
Set attributes and meta-information specifying a UFID and, optionally, the class of each element of a group. |
Task |
MergeGroups.invoke(Task task)
Describe 'mergeGroups' method here. |
Task |
JoinGroups.invoke(Task task)
Describe 'joinGroups' method here. |
Task |
IntersectGroups.invoke(Task task)
Describe 'intersectGroups' method here. |
Task |
FormatGroup.invoke(Task task)
Describe 'formatGroup' method here. |
Task |
ExtractGroup.invoke(Task task)
Extract specific attributes and/or elements from a group. |
Task |
EvaluateCondition.invoke(Task task)
The Evaluate-Condition webject |
Task |
DiffGroups.invoke(Task task)
Describe 'diffGroups' method here. |
Task |
CreateGroup.invoke(Task task)
Describe 'createGroup' method here. |
Task |
CopyGroup.invoke(Task task)
Describe 'copyGroup' method here. |
Task |
ConcatGroups.invoke(Task task)
Describe 'concatGroups' method here. |
Task |
ChangeGroup.invoke(Task task)
Describe 'changeGroup' method here. |
Task |
AddDescriptors.invoke(Task task)
Set descriptor information on the elements in the input group. |
Methods in com.infoengine.webject.grp with parameters of type Task | |
Task |
XorGroups.invoke(Task task)
Describe 'xorGroups' method here. |
Task |
UnionGroups.invoke(Task task)
Describe 'unionGroups' method here. |
Task |
TranslateGroup.invoke(Task task)
Describe 'translateGroup' method here. |
Task |
SummarizeGroups.invoke(Task task)
Describe 'summarizeGroups' method here. |
Task |
SubsetGroup.invoke(Task task)
Describe 'subsetGroup' method here. |
Task |
SortGroup.invoke(Task task)
Describe 'sortGroup' method here. |
Task |
SetMetadata.invoke(Task task)
Set meta-information on a group, element, or attribute. |
Task |
SetIdentity.invoke(Task task)
Set attributes and meta-information specifying a UFID and, optionally, the class of each element of a group. |
Task |
MergeGroups.invoke(Task task)
Describe 'mergeGroups' method here. |
Task |
JoinGroups.invoke(Task task)
Describe 'joinGroups' method here. |
Task |
IntersectGroups.invoke(Task task)
Describe 'intersectGroups' method here. |
protected static void |
GroupWebject.validateInputGroups(Task task,
int count)
|
Task |
FormatGroup.invoke(Task task)
Describe 'formatGroup' method here. |
Task |
ExtractGroup.invoke(Task task)
Extract specific attributes and/or elements from a group. |
Task |
EvaluateCondition.invoke(Task task)
The Evaluate-Condition webject |
Task |
DiffGroups.invoke(Task task)
Describe 'diffGroups' method here. |
Task |
CreateGroup.invoke(Task task)
Describe 'createGroup' method here. |
Task |
CopyGroup.invoke(Task task)
Describe 'copyGroup' method here. |
Task |
ConcatGroups.invoke(Task task)
Describe 'concatGroups' method here. |
Task |
ChangeGroup.invoke(Task task)
Describe 'changeGroup' method here. |
Task |
AddDescriptors.invoke(Task task)
Set descriptor information on the elements in the input group. |
Uses of Task in com.infoengine.webject.img |
Fields in com.infoengine.webject.img declared as Task | |
protected Task |
IMGWebject.task
|
Methods in com.infoengine.webject.img that return Task | |
Task |
PieChart.invoke(Task task)
|
Task |
LineGraph.invoke(Task task)
|
Task |
BarGraph.invoke(Task task)
|
Methods in com.infoengine.webject.img with parameters of type Task | |
Task |
PieChart.invoke(Task task)
|
Task |
LineGraph.invoke(Task task)
|
protected void |
IMGWebject.setTask(Task t)
|
Task |
BarGraph.invoke(Task task)
|
Uses of Task in com.infoengine.webject.mgt |
Fields in com.infoengine.webject.mgt declared as Task | |
(package private) Task |
DispatchTasks.TaskRunner.parent
|
Methods in com.infoengine.webject.mgt that return Task | |
Task |
WriteLog.invoke(Task task)
Write a message to the log. |
Task |
VerifyUsername.invoke(Task task)
Verify the auth-user attribute contained in the SERVER context group. |
Task |
ThrowException.invoke(Task task)
Throw an exception specified by a task author, or if no exception is specified, attempt to rethrow an exception registered in the SERVER context group. |
Task |
SignUsername.invoke(Task task)
Sign the auth-user attribute contained in the SERVER context group. |
Task |
QueryTypenetwork.invoke(Task task)
|
Task |
QueryTypehierarchy.invoke(Task task)
|
Task |
QuerySchema.invoke(Task task)
|
Task |
MapCredentials.invoke(Task task)
Map credentials by calling a credential mapping task and/or by looking credentials up in files, and create a SERVER context group named AUTH_MAP from the result. |
Task |
LookupServices.invoke(Task task)
|
Task |
GetResource.invoke(Task task)
|
Task |
GetProperties.invoke(Task task)
|
Task |
GenerateWsdl.invoke(Task task)
|
Task |
GenerateSchema.invoke(Task task)
Generate schema from elements in an input group. |
Task |
DispatchTasks.invoke(Task task)
Dispatch tasks to process the contents of an input group. |
Task |
CallTask.invoke(Task task)
Execute a task identified by URI. |
Methods in com.infoengine.webject.mgt with parameters of type Task | |
Task |
WriteLog.invoke(Task task)
Write a message to the log. |
Task |
VerifyUsername.invoke(Task task)
Verify the auth-user attribute contained in the SERVER context group. |
Task |
ThrowException.invoke(Task task)
Throw an exception specified by a task author, or if no exception is specified, attempt to rethrow an exception registered in the SERVER context group. |
Task |
SignUsername.invoke(Task task)
Sign the auth-user attribute contained in the SERVER context group. |
Task |
QueryTypenetwork.invoke(Task task)
|
Task |
QueryTypehierarchy.invoke(Task task)
|
Task |
QuerySchema.invoke(Task task)
|
Task |
MapCredentials.invoke(Task task)
Map credentials by calling a credential mapping task and/or by looking credentials up in files, and create a SERVER context group named AUTH_MAP from the result. |
private static String |
MapCredentials.getUserName(Task task)
Retrieve a user name from a task or the server context group |
private static Group |
MapCredentials.processCredentialsFiles(Task task,
Webject webject,
String username)
Process credentials files if a directory pathname is provided. |
private static Group |
MapCredentials.processCredentialsMapper(Task task,
Webject webject)
Execute a credentials mapper task if one is provided. |
Task |
LookupServices.invoke(Task task)
|
Task |
GetResource.invoke(Task task)
|
Task |
GetProperties.invoke(Task task)
|
Task |
GenerateWsdl.invoke(Task task)
|
private void |
GenerateWsdl.generateWSDL(Group wsdl,
Task task,
String className,
String soapUri)
|
Task |
GenerateSchema.invoke(Task task)
Generate schema from elements in an input group. |
Task |
DispatchTasks.invoke(Task task)
Dispatch tasks to process the contents of an input group. |
private void |
DispatchTasks.awaitTasks(Vector threads,
Task task)
Wait for a group of tasks to finish executing, then add their results to the VDB of a specified task. |
private void |
DispatchTasks.awaitTask(DispatchTasks.TaskRunner thread,
Task task)
Wait for a task to finish executing, then add its results to the VDB of a specified task. |
private void |
DispatchTasks.mergeVdb(Task task,
IeCollection vdb)
Merge the contents of a specified VDB to the VDB of a task. |
Task |
CallTask.invoke(Task task)
Execute a task identified by URI. |
private Group |
CallTask.flattenGroup(Task task,
String groupName)
|
Constructors in com.infoengine.webject.mgt with parameters of type Task | |
DispatchTasks.TaskRunner(String uri,
Vector taskProcessors,
Group group,
Group form,
Task parent,
Webject webject)
|
Uses of Task in com.infoengine.webject.msg |
Fields in com.infoengine.webject.msg declared as Task | |
protected Task |
DefaultSOAPMessageHandler.task
|
Methods in com.infoengine.webject.msg that return Task | |
Task |
UnsubscribeQueue.invoke(Task task)
|
Task |
SubscribeQueue.invoke(Task task)
|
Task |
SendMail.invoke(Task task)
Send an e-mail message. |
Task |
QueueTask.invoke(Task task)
|
Task |
QueryResults.invoke(Task task)
|
Task |
QueryObject.invoke(Task task)
|
Task |
DeleteResults.invoke(Task task)
|
Task |
DeleteObject.invoke(Task task)
|
Task |
DefaultSOAPMessageHandler.processResponse(javax.xml.soap.SOAPMessage response)
|
Task |
DefaultSOAPDocumentHandler.processResponse(javax.xml.soap.SOAPMessage response)
Turns a SOAP response object back into an Info*Engine Group. |
private Task |
DefaultSOAPDocumentHandler.groupResponse(javax.xml.soap.SOAPMessage response)
Turns a SOAP response into a nested I*E group. |
private Task |
DefaultSOAPDocumentHandler.xslResponse(String xsl_response_url,
javax.xml.soap.SOAPMessage response)
Combines a SOAP response with an XSL template to create an I*E group. |
Task |
CreateObject.invoke(Task task)
|
Task |
CallRemoteprocedure.invoke(Task task)
|
Task |
BrowseQueue.invoke(Task task)
|
Methods in com.infoengine.webject.msg with parameters of type Task | |
Task |
UnsubscribeQueue.invoke(Task task)
|
Task |
SubscribeQueue.invoke(Task task)
|
Task |
SendMail.invoke(Task task)
Send an e-mail message. |
static URLConnection |
SendMail.openURL(String urlString,
Webject webject,
Task task,
String acceptLanguage)
|
private static Element |
SendMail.getAuthElement(Task task,
String url)
|
Task |
QueueTask.invoke(Task task)
|
Task |
QueryResults.invoke(Task task)
|
Task |
QueryObject.invoke(Task task)
|
Task |
DeleteResults.invoke(Task task)
|
Task |
DeleteObject.invoke(Task task)
|
javax.xml.soap.SOAPMessage |
DefaultSOAPMessageHandler.generateRequest(Task task)
|
javax.xml.soap.SOAPMessage |
DefaultSOAPDocumentHandler.generateRequest(Task task)
Turns an Info*Engine Group into a SOAPRequest using XSL |
Task |
CreateObject.invoke(Task task)
|
Task |
CallRemoteprocedure.invoke(Task task)
|
Task |
BrowseQueue.invoke(Task task)
|
Uses of Task in com.infoengine.webject.wes |
Methods in com.infoengine.webject.wes that return Task | |
Task |
UnsubscribeEvent.invoke(Task task)
|
Task |
SubscribeEvent.invoke(Task task)
|
Task |
EmitEvent.invoke(Task task)
|
Methods in com.infoengine.webject.wes with parameters of type Task | |
Task |
UnsubscribeEvent.invoke(Task task)
|
Task |
SubscribeEvent.invoke(Task task)
|
Task |
EmitEvent.invoke(Task task)
|
Uses of Task in com.infoengine.xml |
Methods in com.infoengine.xml with parameters of type Task | |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task)
Apply XSL to an XML stream to produce a collection of groups. |
static IeCollection |
ProcessXml.applyXsl(Webject webject,
Task task,
String xmlSource)
Apply XSL to an XML string to produce a collection of groups. |
static Group |
ProcessXml.applyXsl(Webject webject,
Task task,
Group group)
Apply XSL to the XML representation of a group. |
static void |
ProcessXml.applyXsl(Webject webject,
Task task,
Group group,
IeMultipartOutputStream iemos)
Apply XSL to the XML representation of a group to produce a new XML output stream. |
static Reader |
ProcessXml.getInputStream(String urlString,
Webject webject,
Task task)
|
private static Element |
ProcessXml.getAuthElement(Task task,
String url)
|
Uses of Task in com.ptc.core.adapter.server.impl |
Methods in com.ptc.core.adapter.server.impl that return Task | |
static Task |
WebjectDelegateFactory.invokeDelegate(TypeAwareWebjectDelegate delegate,
Task task)
Supported API: false |
Task |
VersionHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
UpdateObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
UnsubscribeObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
UndoCheckoutWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
TypeAwareWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
TraversePartUsingConfigSpecWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SubscribeObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
StartTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
StartSessionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SendMailWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SearchObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
RollbackTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ReviseObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ReportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTypeTreeWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTypeListWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTreeWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryMasterWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryBaselineLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PreviewImportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PerformImportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PerformExportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
MoveObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ListFolderContentsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ListContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
LifeCycleHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
IterationHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
IndexedSearchWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetLifeCyclesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetIconURLWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetAccessRightsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ExpandReferencesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
EndSessionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DoCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DescribeAttributesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DeleteObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DeleteContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultRepositoryCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultEntityCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultClassBasedWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateTypeInstanceWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreatePartConfigSpecWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateBaselineLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CommitTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CheckoutObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CheckinObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ChangeIdentityWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ApplyServiceWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
AllVersionsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
AddContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
abstract Task |
AbstractWebjectDelegate.invoke(Task task)
Webject delegate subclasses implement this method to perform work. |
Methods in com.ptc.core.adapter.server.impl with parameters of type Task | |
static Task |
WebjectDelegateFactory.invokeDelegate(TypeAwareWebjectDelegate delegate,
Task task)
Supported API: false |
Task |
VersionHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
UpdateObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
UnsubscribeObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
private Vector |
UnsubscribeObjectsWebjectDelegate._constructSubscribersList(Task task,
Webject webject)
|
Task |
UndoCheckoutWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
TypeAwareWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
TraversePartUsingConfigSpecWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SubscribeObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
private Vector |
SubscribeObjectsWebjectDelegate._constructSubscribersList(Task task,
Webject webject)
|
Task |
StartTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
StartSessionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SendMailWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
SearchObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
void |
SearchObjectsWebjectDelegate.preset(Task task)
Use I*E infrastructure to get all params that it looks for, e.g. |
Task |
RollbackTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ReviseObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ReportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTypeTreeWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTypeListWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryTreeWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryMasterWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
QueryBaselineLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PreviewImportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PerformImportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
PerformExportWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
MoveObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ListFolderContentsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ListContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
LifeCycleHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
IterationHistoryWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
IndexedSearchWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetLifeCyclesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetIconURLWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
GetAccessRightsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ExpandReferencesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
EndSessionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DoCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DescribeAttributesWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DeleteObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DeleteContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultRepositoryCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultEntityCommandWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
DefaultClassBasedWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateTypeInstanceWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreatePartConfigSpecWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CreateBaselineLinksWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CommitTransactionWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CheckoutObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
CheckinObjectsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ChangeIdentityWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
ApplyServiceWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
AllVersionsWebjectDelegate.invoke(Task task)
Supported API: false |
Task |
AddContentItemsWebjectDelegate.invoke(Task task)
Supported API: false |
abstract Task |
AbstractWebjectDelegate.invoke(Task task)
Webject delegate subclasses implement this method to perform work. |
void |
AbstractWebjectDelegate.preset(Task task)
This convenience method is intended to be called in the invoke() method to convert a standard set of webject param values into the various search structures (SearchInfo, SearchCriteriaInfo, SearchPagingInfo, SearchSortInfo). |
protected WTContainerRef[] |
AbstractWebjectDelegate.getContainers(Task task,
Enumeration containerRefParams)
Returns a set of container references that will be used by the webject. |
Uses of Task in com.ptc.core.foundation.wvs.server.impl |
Methods in com.ptc.core.foundation.wvs.server.impl that return Task | |
Task |
GetVisualizationDataWebjectDelegate.invoke(Task task)
Supported API: false |
Methods in com.ptc.core.foundation.wvs.server.impl with parameters of type Task | |
Task |
GetVisualizationDataWebjectDelegate.invoke(Task task)
Supported API: false |
Uses of Task in com.ptc.windchill.enterprise.change2.server.impl |
Methods in com.ptc.windchill.enterprise.change2.server.impl that return Task | |
Task |
GetPendingChangeWebjectDelegate.invoke(Task task)
Supported API: false |
Methods in com.ptc.windchill.enterprise.change2.server.impl with parameters of type Task | |
Task |
GetPendingChangeWebjectDelegate.invoke(Task task)
Supported API: false |
Uses of Task in com.ptc.windchill.enterprise.search.server.impl |
Methods in com.ptc.windchill.enterprise.search.server.impl that return Task | |
Task |
SearchResultsWebjectDelegate.invoke(Task task)
Supported API: false |
Methods in com.ptc.windchill.enterprise.search.server.impl with parameters of type Task | |
Task |
SearchResultsWebjectDelegate.invoke(Task task)
Supported API: false |
Uses of Task in wt.adapter |
Methods in wt.adapter that return Task | |
Task |
WebjectService.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
|
Task |
WebjectDelegateTemplate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Provides a template implementation for the invoke method. |
Task |
WebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Every concrete WebjectDelegate must implement this method. |
Task |
ValidateUser.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
RelatedObjects.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryObjects.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryMaster.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
PurgeCache.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GetProperties.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
EnumeratedTypeValueSet.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implements the method required to fulfill the WebjectDelegate interface. |
Methods in wt.adapter with parameters of type Task | |
Task |
WebjectService.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
|
Task |
WebjectDelegateTemplate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Provides a template implementation for the invoke method. |
Task |
WebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Every concrete WebjectDelegate must implement this method. |
Task |
ValidateUser.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
RelatedObjects.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryObjects.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryMaster.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
PurgeCache.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GetProperties.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
EnumeratedTypeValueSet.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implements the method required to fulfill the WebjectDelegate interface. |
Uses of Task in wt.adapter.enterprise |
Methods in wt.adapter.enterprise that return Task | |
Task |
UpdateWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implement the method required of webject delegates. |
Task |
ListFolderContentsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
ListContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GetContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
DescribeAttributesWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
Task |
DeleteObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CreateWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implement the method required of webject delegates. |
Task |
CreateLinksWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CopyLinkWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CheckOutWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CheckInWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
AttributeDisplayNameWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
Task |
AddContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Methods in wt.adapter.enterprise with parameters of type Task | |
Task |
UpdateWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implement the method required of webject delegates. |
Task |
ListFolderContentsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
ListContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GetContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
DescribeAttributesWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
Task |
DeleteObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CreateWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Implement the method required of webject delegates. |
Task |
CreateLinksWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CopyLinkWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CheckOutWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CheckInWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
AttributeDisplayNameWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
Task |
AddContentItemsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Uses of Task in wt.adapter.iba |
Methods in wt.adapter.iba that return Task | |
Task |
UpdateIBAObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This method will retrieve the set of objects matching the specified search criteria in the whereClause. |
Methods in wt.adapter.iba with parameters of type Task | |
Task |
UpdateIBAObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This method will retrieve the set of objects matching the specified search criteria in the whereClause. |
Uses of Task in wt.adapter.notify |
Methods in wt.adapter.notify that return Task | |
Task |
UnsubscribeObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
SubscribeObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Methods in wt.adapter.notify with parameters of type Task | |
Task |
UnsubscribeObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
SubscribeObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Uses of Task in wt.adapter.org |
Methods in wt.adapter.org that return Task | |
Task |
UpdatePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryPrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
DeletePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CreatePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Methods in wt.adapter.org with parameters of type Task | |
Task |
UpdatePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryPrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
DeletePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
CreatePrincipalsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Uses of Task in wt.adapter.query |
Methods in wt.adapter.query that return Task | |
Task |
QueryWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This method does not appear in the Rose model. |
Task |
QueryTreeWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryLinksWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GenerateReportWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Methods in wt.adapter.query with parameters of type Task | |
Task |
QueryWTObjectsWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This method does not appear in the Rose model. |
Task |
QueryTreeWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
QueryLinksWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Task |
GenerateReportWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Uses of Task in wt.adapter.workflow |
Methods in wt.adapter.workflow that return Task | |
Task |
StartWorkflowWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
Task |
EmitEventWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Methods in wt.adapter.workflow with parameters of type Task | |
Task |
StartWorkflowWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
This webject uses the "Class" and "Attribute" input parameters to determine what class and attributes should be described. |
protected WTContainerRef |
StartWorkflowWebjectDelegate.getContainer(Task task,
Enumeration containerRefParams,
ReferenceFactory rf)
|
Task |
EmitEventWebjectDelegate.invoke(Task task,
Properties props,
com.infoengine.log.ServiceWriter log)
Supported API: false |
Uses of Task in wt.method |
Methods in wt.method with parameters of type Task | |
private IeRequest |
WTAdapterImpl.processTask(Task task)
Process a request to execute a task. |
private IeRequest |
WTAdapterImpl.processWebject(Task task,
Webject webject)
Process a request to execute a webject. |
private String |
WTAdapterImpl.getUser(Webject webject,
Task task)
Returns a verified username, if any, from a specified webject and/or task object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |