com.ibm.task.api
Interface TaskModel
All Superinterfaces:
java.io.Serializable
- public interface TaskModel
- extends java.io.Serializable
Since:
6.0.1
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
WSDL_SCHEMA_NAMESPACE
|
|
XML_SCHEMA_NAMESPACE
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getTTask()
Returns the wrapped object, either a task instance or a task template that has been
created ad-hoc.
|
|
validate()
Validates the wrapped object, either a task instance or a task template that has been
created ad-hoc.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
XML_SCHEMA_NAMESPACE
- static final java.lang.String XML_SCHEMA_NAMESPACE
See Also:
WSDL_SCHEMA_NAMESPACE
- static final java.lang.String WSDL_SCHEMA_NAMESPACE
See Also:
Method Detail
getTTask
- TTask getTTask()
Returns the wrapped object, either a task instance or a task template that has been
created ad-hoc.
Returns:
TTask -
The wrapped object. Returns null when no object is wrapped.
validate
- ValidationProblem[] validate()
Validates the wrapped object, either a task instance or a task template that has been
created ad-hoc.
Returns:
ValidationProblem[] -
an array of ValidationProblem objects that contain detailed information
about problems found during validation -
refer to
ValidationProblem
.
Returns an empty array when no problems are found.