org.camunda.bpm.application.impl
Class ProcessApplicationIdentifier

java.lang.Object
  extended by org.camunda.bpm.application.impl.ProcessApplicationIdentifier

public class ProcessApplicationIdentifier
extends Object

Author:
Thorben Lindhauer

Field Summary
protected  String name
           
protected  ProcessApplicationInterface processApplication
           
protected  ProcessApplicationReference reference
           
 
Constructor Summary
ProcessApplicationIdentifier(ProcessApplicationInterface processApplication)
           
ProcessApplicationIdentifier(ProcessApplicationReference reference)
           
ProcessApplicationIdentifier(String name)
           
 
Method Summary
 String getName()
           
 ProcessApplicationInterface getProcessApplication()
           
 ProcessApplicationReference getReference()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

reference

protected ProcessApplicationReference reference

processApplication

protected ProcessApplicationInterface processApplication
Constructor Detail

ProcessApplicationIdentifier

public ProcessApplicationIdentifier(String name)

ProcessApplicationIdentifier

public ProcessApplicationIdentifier(ProcessApplicationReference reference)

ProcessApplicationIdentifier

public ProcessApplicationIdentifier(ProcessApplicationInterface processApplication)
Method Detail

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.