public interface IWFCustomActionDef
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(IWFCustomProperty property)
Adds a property to the action.
|
java.lang.String |
getActionClass()
Returns the name of the action class.
|
java.util.List<IWFCustomProperty> |
getProperties()
Returns the list of properties.
|
IWFCustomProperty |
getProperty(java.lang.String name)
Returns the property for the given name.
|
boolean |
isExecuteAsSystem()
Specifies whether the action will run with OPSystem administrator
privileges.
|
void |
setActionClass(java.lang.String className)
Sets the name of the action class.
|
void |
setExecuteAsSystem(boolean executeAsSystem)
Sets whether the action will run with OPSystem administrator
privileges.
|
void |
setProperties(java.util.List<IWFCustomProperty> properties)
Sets the list of properties.
|
boolean isExecuteAsSystem()
void setExecuteAsSystem(boolean executeAsSystem)
executeAsSystem - java.lang.String getActionClass()
void setActionClass(java.lang.String className)
className - java.util.List<IWFCustomProperty> getProperties()
IWFCustomPropertyvoid setProperties(java.util.List<IWFCustomProperty> properties)
IWFCustomPropertyproperties - IWFCustomProperty getProperty(java.lang.String name)
IWFCustomPropertyname - void addProperty(IWFCustomProperty property)
IWFCustomPropertyproperty -
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.