org.activiti.engine.impl.cmd
类 GetFormKeyCmd

java.lang.Object
  继承者 org.activiti.engine.impl.cmd.GetFormKeyCmd
所有已实现的接口:
Command<String>

public class GetFormKeyCmd
extends Object
implements Command<String>

Command for retrieving start or task form keys.

作者:
Falko Menge (camunda)

字段摘要
protected  String processDefinitionId
           
protected  String taskDefinitionKey
           
 
构造方法摘要
GetFormKeyCmd(String processDefinitionId)
          Retrieves a start form key.
GetFormKeyCmd(String processDefinitionId, String taskDefinitionKey)
          Retrieves a task form key.
 
方法摘要
 String execute(CommandContext commandContext)
           
protected  void setProcessDefinitionId(String processDefinitionId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

taskDefinitionKey

protected String taskDefinitionKey

processDefinitionId

protected String processDefinitionId
构造方法详细信息

GetFormKeyCmd

public GetFormKeyCmd(String processDefinitionId)
Retrieves a start form key.


GetFormKeyCmd

public GetFormKeyCmd(String processDefinitionId,
                     String taskDefinitionKey)
Retrieves a task form key.

方法详细信息

setProcessDefinitionId

protected void setProcessDefinitionId(String processDefinitionId)

execute

public String execute(CommandContext commandContext)
指定者:
接口 Command<String> 中的 execute


Copyright © 2013 Alfresco. All rights reserved.