|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomWorkflowAction
Represents a custom workflow action.
An CustomWorkflowAction
cannot be created, edited or deleted through the API. It
must already exist in the repository.
CustomWorkflowAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.ibm.workplace.wcm.api.ScheduledWorkflowAction |
---|
ScheduledWorkflowAction.DateType |
Method Summary | |
---|---|
java.lang.String |
getActionName()
Returns the name of the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction as defined within the
CustomWorkflowActionFactory that this CustomWorkflowAction will run |
CustomWorkflowActionFactory |
getFactory()
Returns a reference to the CustomWorkflowActionFactory that this CustomWorkflowAction is using |
java.lang.String |
getFactoryName()
Returns the name of the CustomWorkflowActionFactory that this CustomWorkflowAction is using |
Methods inherited from interface com.ibm.workplace.wcm.api.ScheduledWorkflowAction |
---|
getDateType, getExecuteDate, getOffset, isDisabledIfExecuteDatePast, isOffsetEnabled |
Methods inherited from interface com.ibm.workplace.wcm.api.Item |
---|
getCreationDate, getDescription, getIdentity, getModifiedDate, getName, getTitle |
Methods inherited from interface com.ibm.portal.Localized |
---|
getLocales |
Method Detail |
---|
java.lang.String getFactoryName()
CustomWorkflowActionFactory
that this CustomWorkflowAction
is using
CustomWorkflowActionFactory
that this CustomWorkflowAction
is usingjava.lang.String getActionName()
com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
as defined within the
CustomWorkflowActionFactory
that this CustomWorkflowAction
will run
com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
as defined within the
CustomWorkflowActionFactory
that this CustomWorkflowAction
will runCustomWorkflowActionFactory getFactory()
CustomWorkflowActionFactory
that this CustomWorkflowAction
is using
Note: The CustomWorkflowActionFactory
can be used to retrieve the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
CustomWorkflowActionFactory
that this CustomWorkflowAction
is using
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |