Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.dateRipplingForWorkflowTasks(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Do date rippling for the Project Workflow.
|
void |
IPlanAPI.updateAttribute(IExecutionContext context,
Handle handle,
java.lang.String attributeName,
java.lang.Object[] attributeValues)
Update the attribute of the object instance given by the specified handle.
|
void |
IPlanAPI.updateAttributes(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Update one or more attributes of the object instance given by the specified handle.
|