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

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

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

Methods in com.unica.publicapi.plan.api that throw ProjectNotFoundException
 void IPlanAPI.transitionProjectStateByCode(IExecutionContext context, java.lang.String code, ProjectStateEnum stateEnum)
          Deprecated.  
 void IPlanAPI.transitionWorkflowTaskStateByName(IExecutionContext context, java.lang.String projectCode, java.lang.String taskName, TaskStateEnum taskStateEnum)
          Deprecated. use transitionWorkflowTaskStateByHandle Finds the workflow task that has the specified project code and task name and transitions its state to the new state.