| de.danet.an.workflow.api.ExternalReference
All known Subclasses: de.danet.an.workflow.util.DefaultExternalReference,
ExternalReference | public interface ExternalReference extends Serializable(Code) | | This interface represents an ExternalReference as
specified by XPDL.
author: Michael Lipp version: $Revision: 1.4 $ since: 1.1 |
Method Summary | |
public URI | location() Returns the location information of the external document. | public String | namespace() Returns the scope in which the entity is defined or
null if no such information is supplied. | public String | xref() Returns the identity of the entity within the external document
or null if no such information is supplied. |
location | public URI location()(Code) | | Returns the location information of the external document.
location information |
namespace | public String namespace()(Code) | | Returns the scope in which the entity is defined or
null if no such information is supplied.
namespace information |
xref | public String xref()(Code) | | Returns the identity of the entity within the external document
or null if no such information is supplied.
identity of entity |
|
|