org.camunda.bpm.application.impl
Class ProcessApplicationIdentifier
java.lang.Object
org.camunda.bpm.application.impl.ProcessApplicationIdentifier
public class ProcessApplicationIdentifier
- extends Object
- Author:
- Thorben Lindhauer
name
protected String name
reference
protected ProcessApplicationReference reference
processApplication
protected ProcessApplicationInterface processApplication
ProcessApplicationIdentifier
public ProcessApplicationIdentifier(String name)
ProcessApplicationIdentifier
public ProcessApplicationIdentifier(ProcessApplicationReference reference)
ProcessApplicationIdentifier
public ProcessApplicationIdentifier(ProcessApplicationInterface processApplication)
getName
public String getName()
getReference
public ProcessApplicationReference getReference()
getProcessApplication
public ProcessApplicationInterface getProcessApplication()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016 camunda services GmbH. All rights reserved.