Package com.orchestranetworks.workflow
Class PublishedProcessKey
- java.lang.Object
-
- com.orchestranetworks.workflow.PublishedProcessKey
-
public class PublishedProcessKey extends Object
Identifies a specific publication of a process definition.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static PublishedProcessKeyforName(String aPublicationName)Creates a new publication identifier.StringgetName()Returns the name of the publication,nullif the publication is disabled.inthashCode()booleanisDisabled()Returnstruewhen the publication is disabled.StringtoString()
-
-
-
Method Detail
-
forName
public static PublishedProcessKey forName(String aPublicationName)
Creates a new publication identifier.
-
getName
public String getName()
Returns the name of the publication,nullif the publication is disabled.- See Also:
isDisabled()
-
isDisabled
public boolean isDisabled()
Returnstruewhen the publication is disabled.
-
-