|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<WorkflowCfgClient,WorkflowCfg>
org.opends.server.admin.std.meta.WorkflowCfgDefn
public final class WorkflowCfgDefn
An interface for querying the Workflow managed object definition meta information.
The Workflow is a list of processing steps (Work Flow Elements) that are applied to data as it is retrieved from the Directory Server.
Method Summary | |
---|---|
WorkflowCfgClient |
createClientConfiguration(ManagedObject<? extends WorkflowCfgClient> impl)
Creates a client configuration view of the provided managed object. |
WorkflowCfg |
createServerConfiguration(ServerManagedObject<? extends WorkflowCfg> impl)
Creates a server configuration view of the provided server managed object. |
DNPropertyDefinition |
getBaseDNPropertyDefinition()
Get the "base-dn" property definition. |
BooleanPropertyDefinition |
getEnabledPropertyDefinition()
Get the "enabled" property definition. |
static WorkflowCfgDefn |
getInstance()
Get the Workflow configuration definition singleton. |
java.lang.Class<WorkflowCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
AggregationPropertyDefinition<WorkflowElementCfgClient,WorkflowElementCfg> |
getWorkflowElementPropertyDefinition()
Get the "workflow-element" property definition. |
StringPropertyDefinition |
getWorkflowIdPropertyDefinition()
Get the "workflow-id" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static WorkflowCfgDefn getInstance()
public WorkflowCfgClient createClientConfiguration(ManagedObject<? extends WorkflowCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<WorkflowCfgClient,WorkflowCfg>
impl
- The managed object.
public WorkflowCfg createServerConfiguration(ServerManagedObject<? extends WorkflowCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<WorkflowCfgClient,WorkflowCfg>
impl
- The server managed object.
public java.lang.Class<WorkflowCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<WorkflowCfgClient,WorkflowCfg>
public DNPropertyDefinition getBaseDNPropertyDefinition()
Specifies the base DN of the data targeted by the Workflow .
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the Workflow is enabled for use in the server.
If a Workflow is not enabled, then its contents are not accessible when processing operations.
public AggregationPropertyDefinition<WorkflowElementCfgClient,WorkflowElementCfg> getWorkflowElementPropertyDefinition()
Specifies the root Work Flow Element in the Workflow .
public StringPropertyDefinition getWorkflowIdPropertyDefinition()
Provides a name that identifies the Workflow.
The name must be unique among all Workflows in the server.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |