Liferay 6.2-ce-ga5

com.liferay.portal.kernel.workflow
Interface WorkflowStatusManager


@MessagingProxy(mode=ASYNC)
public interface WorkflowStatusManager


Method Summary
 void updateStatus(int status, Map<String,Serializable> workflowContext)
           
 

Method Detail

updateStatus

void updateStatus(int status,
                  Map<String,Serializable> workflowContext)
                  throws WorkflowException
Throws:
WorkflowException

Liferay 6.2-ce-ga5