Uses of Class
com.unica.publicapi.plan.api.NotLockedException

Packages that use NotLockedException
com.unica.publicapi.plan.api   
 

Uses of NotLockedException in com.unica.publicapi.plan.api
 

Methods in com.unica.publicapi.plan.api that throw NotLockedException
 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.