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.linkProgramPlan(IExecutionContext context,
Handle pgmHandle,
int planID,
java.lang.String programArea)
Link existing Plan object with Program
|
void |
IPlanAPI.unlinkProgramPlan(IExecutionContext context,
Handle handle)
UnLink existing Plan object from Program
|
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.
|