public interface IDfOperationStep
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Executes the action(s) of the step, for example a "check in" step would cause
the objects in the operation to each be checked in to the docbase.
|
java.lang.String |
getDescription()
Returns the localized description of this step.
|
java.lang.String |
getName()
Returns the name of the operation step.
|
IDfProperties |
getProperties()
Reserved for internal use.
|
java.lang.String getName() throws DfException
DfException
boolean execute() throws DfException
DfException
IDfProperties getProperties()
java.lang.String getDescription() throws DfException
DfException
Copyright 1994-2023 OpenText Corporation. All rights reserved.