org.camunda.bpm.application
Interface ProcessApplicationReference

All Known Implementing Classes:
EjbProcessApplicationReference, EmbeddedProcessApplicationReferenceImpl, ProcessApplicationReferenceImpl

public interface ProcessApplicationReference

A reference to a process application.

Author:
Daniel Meyer

Method Summary
 String getName()
           
 ProcessApplicationInterface getProcessApplication()
          Get the process application.
 

Method Detail

getName

String getName()
Returns:
the name of the process application

getProcessApplication

ProcessApplicationInterface getProcessApplication()
                                                  throws ProcessApplicationUnavailableException
Get the process application.

Returns:
the AbstractProcessApplication
Throws:
ProcessApplicationUnavailableException - if the process application is unavailable


Copyright © 2016 camunda services GmbH. All rights reserved.