Uses of Enum Class
com.orchestranetworks.workflow.PublicationMetadata.ActionPermissionName
Packages that use PublicationMetadata.ActionPermissionName
Package
Description
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of PublicationMetadata.ActionPermissionName in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow that return PublicationMetadata.ActionPermissionNameModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PublicationMetadata.ActionPermissionName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.workflow that return types with arguments of type PublicationMetadata.ActionPermissionNameModifier and TypeMethodDescriptionPublicationMetadata.getActionPermissions()Returns the action permissions for this publication.Method parameters in com.orchestranetworks.workflow with type arguments of type PublicationMetadata.ActionPermissionNameModifier and TypeMethodDescriptionPublicationMetadata.PublicationMetadataBuilder.actionPermissions(Map<PublicationMetadata.ActionPermissionName, Profile> actionPermissions) Sets the action permissions for the metadata.