Uses of Class
com.orchestranetworks.workflow.PublicationSpec.PublicationMode
-
Packages that use PublicationSpec.PublicationMode Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of PublicationSpec.PublicationMode in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return PublicationSpec.PublicationMode Modifier and Type Method Description PublicationSpec.PublicationModePublicationSpec. getPublicationMode()Returns the publication mode.static PublicationSpec.PublicationModePublicationSpec.PublicationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicationSpec.PublicationMode[]PublicationSpec.PublicationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.orchestranetworks.workflow with parameters of type PublicationSpec.PublicationMode Constructor Description PublicationSpec(AdaptationName adaptationName, String publicationName, PublicationSpec.PublicationMode publicationMode)Constructor.
-