Uses of Class
com.orchestranetworks.workflow.PublicationMetadata.PublicationMetadataBuilder
Packages that use PublicationMetadata.PublicationMetadataBuilder
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of PublicationMetadata.PublicationMetadataBuilder in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return PublicationMetadata.PublicationMetadataBuilderModifier and TypeMethodDescriptionPublicationMetadata.PublicationMetadataBuilder.actionPermissions(Map<PublicationMetadata.ActionPermissionName, Profile> actionPermissions) Sets the action permissions for the metadata.PublicationMetadata.PublicationMetadataBuilder.actionPermissionsBean(String actionPermissionsBean) Sets the action permissions bean name for the metadata.PublicationMetadata.PublicationMetadataBuilder.documentation(com.onwbp.base.text.bean.LabelDescription documentation) Sets the documentation for the publication.PublicationMetadata.PublicationMetadataBuilder.links(Set<WorkflowStepMetadata.WorkflowLink> links) Sets the links associated with the workflow steps.PublicationMetadata.PublicationMetadataBuilder.moduleName(String moduleName) Sets the module name for the metadata.PublicationMetadata.PublicationMetadataBuilder.notificationProfiles(Map<PublicationMetadata.NotificationEvent, List<String>> notificationProfiles) Sets the notification profiles for the publication.PublicationMetadata.PublicationMetadataBuilder.publishedProcessKey(PublishedProcessKey publishedProcessKey) Sets the published process key for the metadata.PublicationMetadata.PublicationMetadataBuilder.wfTriggerBean(String wfTriggerBean) Sets the workflow trigger bean name for the metadata.PublicationMetadata.PublicationMetadataBuilder.workflowStepMetadata(Map<String, WorkflowStepMetadata> steps) Sets the workflow step metadata for the publication.