com.ibm.workplace.wcm.api
Interface CustomWorkflowAction
- All Superinterfaces:
- Document, Editable, EditableItem, Item, Localized, ScheduledWorkflowAction, WCMApiObject, WorkflowAction
-
public interface CustomWorkflowAction
- extends ScheduledWorkflowAction
Represents a custom workflow action.
An CustomWorkflowAction cannot be created, edited or deleted through the API. It
must already exist in the repository.
- See Also:
- CustomWorkflowAction
Method Summary
|
java.lang.String |
getActionName()
Return the name of the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction as defined within the
CustomWorkflowActionFactory that this CustomWorkflowAction will run |
CustomWorkflowActionFactory |
getFactory()
Return a reference to the CustomWorkflowActionFactory that this CustomWorkflowAction is using |
java.lang.String |
getFactoryName()
Return the name of the CustomWorkflowActionFactory that this CustomWorkflowAction is using |
Methods inherited from interface com.ibm.workplace.wcm.api.Editable
|
addAuthors, addCategoryIds, addContributorAccessMembers, addDeleteAccessMembers, addEditAccessMembers, addEditorAccessMembers, addHistoryLogEntry, addLiveAccessMembers, addManagerAccessMembers, addMembersForAccess, addOwners, addReadAccessMembers, addUserAccessMembers, isChanged, removeAuthors, removeCategoryIds, removeContributorAccessMembers, removeDeleteAccessMembers, removeEditAccessMembers, removeEditorAccessMembers, removeLiveAccessMembers, removeManagerAccessMembers, removeMembersForAccess, removeOwners, removeReadAccessMembers, removeUserAccessMembers, setContributorAccessInheritance, setDescriptionTextProviderKey, setDescriptionTextProviderName, setEditorAccessInheritance, setInheritance, setKeywords, setManagerAccessInheritance, setPropagation, setTitleTextProviderKey, setTitleTextProviderName, setUserAccessInheritance |
Methods inherited from interface com.ibm.workplace.wcm.api.Document
|
getAuthors, getCategoryIds, getContributorAccessMembers, getCreator, getDeleteAccessMembers, getDescription, getDescriptionTextProviderKey, getDescriptionTextProviderName, getEditAccessMembers, getEditorAccessMembers, getHistoryLog, getId, getInheritedContributorAccessMembers, getInheritedEditorAccessMembers, getInheritedManagerAccessMembers, getInheritedUserAccessMembers, getKeywords, getLastModifier, getLiveAccessMembers, getManagerAccessMembers, getMembersForAccess, getMembersForInheritedAccess, getOwnerLibrary, getOwners, getProject, getReadAccessMembers, getSourceWorkspace, getTitle, getTitleTextProviderKey, getTitleTextProviderName, getUserAccessMembers, getVersionCatalog, getVersionStrategy, hasDeleteAccess, hasDeleteAccess, hasEditAccess, hasEditAccess, hasLiveAccess, hasLiveAccess, hasProfile, hasProject, hasReadAccess, hasReadAccess, isContributorAccessInherited, isEditorAccessInherited, isInherited, isManagerAccessInherited, isNew, isPropagated, isUserAccessInherited, isWorkflowed |
getFactoryName
java.lang.String getFactoryName()
- Returns the name of the CustomWorkflowActionFactory that this CustomWorkflowAction is using
- Returns:
- the name of the CustomWorkflowActionFactory that this CustomWorkflowAction is using
getActionName
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
- Returns:
- the name of the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction as defined within the
CustomWorkflowActionFactory that this CustomWorkflowAction will run
getFactory
CustomWorkflowActionFactory getFactory()
- Returns a reference to the CustomWorkflowActionFactory that this CustomWorkflowAction is using
Note: The CustomWorkflowActionFactory can be used to retrieve the com.ibm.workplace.wcm.api.custom.CustomWorkflowAction
- Returns:
- a reference to the CustomWorkflowActionFactory that this CustomWorkflowAction is using