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

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

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

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