Uses of Class
com.orchestranetworks.workflow.PublicationSpec
-
Packages that use PublicationSpec Package Description com.orchestranetworks.workflow Provides classes and interfaces for implementing workflow processes and invoking them. -
-
Uses of PublicationSpec in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return types with arguments of type PublicationSpec Modifier and Type Method Description Collection<PublicationSpec>WorkflowPublisher. getPublicationSpecs()Gets the publication specifications.Methods in com.orchestranetworks.workflow with parameters of type PublicationSpec Modifier and Type Method Description voidWorkflowPublisher. addPublicationSpec(PublicationSpec aPublicationSpec)Adds a publication specification.Method parameters in com.orchestranetworks.workflow with type arguments of type PublicationSpec Modifier and Type Method Description voidWorkflowPublisher. addAllPublicationSpecs(Collection<PublicationSpec> aPublicationSpecs)Adds a collection of publication specifications.
-