Constructor and Description |
---|
ProcessDefinitionKey() |
ProcessDefinitionKey(String serverTemplateId,
String deploymentId,
String processId,
boolean isDynamic) |
ProcessDefinitionKey(String serverTemplateId,
String deploymentId,
String processId,
String processDefName,
boolean isDynamic) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDeploymentId() |
String |
getProcessDefName() |
String |
getProcessId() |
String |
getServerTemplateId() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setProcessDefName(String processDefName) |
String |
toString() |
public ProcessDefinitionKey(String serverTemplateId, String deploymentId, String processId, boolean isDynamic)
public ProcessDefinitionKey(String serverTemplateId, String deploymentId, String processId, String processDefName, boolean isDynamic)
public ProcessDefinitionKey()
public String getDeploymentId()
public String getProcessId()
public String getProcessDefName()
public void setProcessDefName(String processDefName)
public String getServerTemplateId()
public boolean isDynamic()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.