public abstract class GeneratedCreateWorkflowWizard extends WizardBusinessItem
CreateWorkflowWizard.LocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTIONS
Qualifier of the
CreateWorkflowWizard.actions attribute |
static java.lang.String |
ATTACHMENTS
Qualifier of the
CreateWorkflowWizard.attachments attribute |
static java.lang.String |
CODE
Qualifier of the
CreateWorkflowWizard.code attribute |
static java.lang.String |
DESCRIPTION
Qualifier of the
CreateWorkflowWizard.description attribute |
static java.lang.String |
JOB
Qualifier of the
CreateWorkflowWizard.job attribute |
static java.lang.String |
NAME
Qualifier of the
CreateWorkflowWizard.name attribute |
static java.lang.String |
WORKFLOW
Qualifier of the
CreateWorkflowWizard.workflow attribute |
static java.lang.String |
WORKFLOWOWNER
Qualifier of the
CreateWorkflowWizard.workflowOwner attribute |
BACK_BUTTON, BACK_BUTTON_NAME, CANCEL_BUTTON, CANCEL_BUTTON_NAME, CLOSE_BUTTON_NAME, DONE_BUTTON_NAME, NEXT_BUTTON, NEXT_BUTTON_NAME, START_BUTTON, START_BUTTON_NAMELANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedCreateWorkflowWizard() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WorkflowAction> |
getActions()
Generated method - Getter of the
CreateWorkflowWizard.actions attribute. |
abstract java.util.List<WorkflowAction> |
getActions(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.actions attribute. |
java.util.Map<Language,java.lang.String> |
getAllDescription()
Generated method - Getter of the
CreateWorkflowWizard.description attribute. |
abstract java.util.Map<Language,java.lang.String> |
getAllDescription(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.description attribute. |
java.util.Map<Language,java.lang.String> |
getAllName()
Generated method - Getter of the
CreateWorkflowWizard.name attribute. |
abstract java.util.Map<Language,java.lang.String> |
getAllName(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.name attribute. |
java.util.List<WorkflowItemAttachment> |
getAttachments()
Generated method - Getter of the
CreateWorkflowWizard.attachments attribute. |
abstract java.util.List<WorkflowItemAttachment> |
getAttachments(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.attachments attribute. |
java.lang.String |
getCode()
Generated method - Getter of the
CreateWorkflowWizard.code attribute. |
abstract java.lang.String |
getCode(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.code attribute. |
java.lang.String |
getDescription()
Generated method - Getter of the
CreateWorkflowWizard.description attribute. |
abstract java.lang.String |
getDescription(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.description attribute. |
WorkflowTemplate |
getJob()
Generated method - Getter of the
CreateWorkflowWizard.job attribute. |
abstract WorkflowTemplate |
getJob(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.job attribute. |
java.lang.String |
getName()
Generated method - Getter of the
CreateWorkflowWizard.name attribute. |
abstract java.lang.String |
getName(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.name attribute. |
Workflow |
getWorkflow()
Generated method - Getter of the
CreateWorkflowWizard.workflow attribute. |
abstract Workflow |
getWorkflow(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.workflow attribute. |
User |
getWorkflowOwner()
Generated method - Getter of the
CreateWorkflowWizard.workflowOwner attribute. |
abstract User |
getWorkflowOwner(SessionContext ctx)
Generated method - Getter of the
CreateWorkflowWizard.workflowOwner attribute. |
void |
setActions(java.util.List<WorkflowAction> value)
Generated method - Setter of the
CreateWorkflowWizard.actions attribute. |
abstract void |
setActions(SessionContext ctx,
java.util.List<WorkflowAction> value)
Generated method - Setter of the
CreateWorkflowWizard.actions attribute. |
void |
setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
CreateWorkflowWizard.description attribute. |
abstract void |
setAllDescription(SessionContext ctx,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
CreateWorkflowWizard.description attribute. |
void |
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
CreateWorkflowWizard.name attribute. |
abstract void |
setAllName(SessionContext ctx,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
CreateWorkflowWizard.name attribute. |
void |
setAttachments(java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
CreateWorkflowWizard.attachments attribute. |
abstract void |
setAttachments(SessionContext ctx,
java.util.List<WorkflowItemAttachment> value)
Generated method - Setter of the
CreateWorkflowWizard.attachments attribute. |
abstract void |
setDescription(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CreateWorkflowWizard.description attribute. |
void |
setDescription(java.lang.String value)
Generated method - Setter of the
CreateWorkflowWizard.description attribute. |
abstract void |
setName(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
CreateWorkflowWizard.name attribute. |
void |
setName(java.lang.String value)
Generated method - Setter of the
CreateWorkflowWizard.name attribute. |
protected abstract void |
setWorkflow(SessionContext ctx,
Workflow value)
Generated method - Setter of the
CreateWorkflowWizard.workflow attribute. |
protected void |
setWorkflow(Workflow value)
Generated method - Setter of the
CreateWorkflowWizard.workflow attribute. |
abstract void |
setWorkflowOwner(SessionContext ctx,
User value)
Generated method - Setter of the
CreateWorkflowWizard.workflowOwner attribute. |
void |
setWorkflowOwner(User value)
Generated method - Setter of the
CreateWorkflowWizard.workflowOwner attribute. |
abortProcessing, appendLocalizedTemplateString, close, createItem, doGetAttribute, doSetAttribute, endProcessing, getLocalizedTemplateString, initialize, isCloseAllowed, pollStatus, provideComposedType, provideCreationTime, provideModificationTime, providePK, removeJaloOnly, setClosedAllowed, start, startProcessing, tabChanges, validate, validategetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getDefaultAttributeModes, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getNonInitialAttributes, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final java.lang.String WORKFLOW
CreateWorkflowWizard.workflow attributepublic static final java.lang.String JOB
CreateWorkflowWizard.job attributepublic static final java.lang.String ACTIONS
CreateWorkflowWizard.actions attributepublic static final java.lang.String CODE
CreateWorkflowWizard.code attributepublic static final java.lang.String NAME
CreateWorkflowWizard.name attributepublic static final java.lang.String DESCRIPTION
CreateWorkflowWizard.description attributepublic static final java.lang.String ATTACHMENTS
CreateWorkflowWizard.attachments attributepublic static final java.lang.String WORKFLOWOWNER
CreateWorkflowWizard.workflowOwner attributepublic abstract java.util.List<WorkflowAction> getActions(SessionContext ctx)
CreateWorkflowWizard.actions attribute.public java.util.List<WorkflowAction> getActions()
CreateWorkflowWizard.actions attribute.public abstract void setActions(SessionContext ctx, java.util.List<WorkflowAction> value)
CreateWorkflowWizard.actions attribute.value - the actionspublic void setActions(java.util.List<WorkflowAction> value)
CreateWorkflowWizard.actions attribute.value - the actionspublic abstract java.util.List<WorkflowItemAttachment> getAttachments(SessionContext ctx)
CreateWorkflowWizard.attachments attribute.public java.util.List<WorkflowItemAttachment> getAttachments()
CreateWorkflowWizard.attachments attribute.public abstract void setAttachments(SessionContext ctx, java.util.List<WorkflowItemAttachment> value)
CreateWorkflowWizard.attachments attribute.value - the attachmentspublic void setAttachments(java.util.List<WorkflowItemAttachment> value)
CreateWorkflowWizard.attachments attribute.value - the attachmentspublic abstract java.lang.String getCode(SessionContext ctx)
CreateWorkflowWizard.code attribute.public java.lang.String getCode()
CreateWorkflowWizard.code attribute.public abstract java.lang.String getDescription(SessionContext ctx)
CreateWorkflowWizard.description attribute.public java.lang.String getDescription()
CreateWorkflowWizard.description attribute.public abstract java.util.Map<Language,java.lang.String> getAllDescription(SessionContext ctx)
CreateWorkflowWizard.description attribute.public java.util.Map<Language,java.lang.String> getAllDescription()
CreateWorkflowWizard.description attribute.public abstract void setDescription(SessionContext ctx, java.lang.String value)
CreateWorkflowWizard.description attribute.value - the descriptionpublic void setDescription(java.lang.String value)
CreateWorkflowWizard.description attribute.value - the descriptionpublic abstract void setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
CreateWorkflowWizard.description attribute.value - the descriptionpublic void setAllDescription(java.util.Map<Language,java.lang.String> value)
CreateWorkflowWizard.description attribute.value - the descriptionpublic abstract WorkflowTemplate getJob(SessionContext ctx)
CreateWorkflowWizard.job attribute.public WorkflowTemplate getJob()
CreateWorkflowWizard.job attribute.public abstract java.lang.String getName(SessionContext ctx)
CreateWorkflowWizard.name attribute.public java.lang.String getName()
CreateWorkflowWizard.name attribute.public abstract java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
CreateWorkflowWizard.name attribute.public java.util.Map<Language,java.lang.String> getAllName()
CreateWorkflowWizard.name attribute.public abstract void setName(SessionContext ctx, java.lang.String value)
CreateWorkflowWizard.name attribute.value - the namepublic void setName(java.lang.String value)
CreateWorkflowWizard.name attribute.value - the namepublic abstract void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
CreateWorkflowWizard.name attribute.value - the namepublic void setAllName(java.util.Map<Language,java.lang.String> value)
CreateWorkflowWizard.name attribute.value - the namepublic abstract Workflow getWorkflow(SessionContext ctx)
CreateWorkflowWizard.workflow attribute.public Workflow getWorkflow()
CreateWorkflowWizard.workflow attribute.protected abstract void setWorkflow(SessionContext ctx, Workflow value)
CreateWorkflowWizard.workflow attribute.value - the workflowprotected void setWorkflow(Workflow value)
CreateWorkflowWizard.workflow attribute.value - the workflowpublic abstract User getWorkflowOwner(SessionContext ctx)
CreateWorkflowWizard.workflowOwner attribute.public User getWorkflowOwner()
CreateWorkflowWizard.workflowOwner attribute.public abstract void setWorkflowOwner(SessionContext ctx, User value)
CreateWorkflowWizard.workflowOwner attribute.value - the workflowOwnerpublic void setWorkflowOwner(User value)
CreateWorkflowWizard.workflowOwner attribute.value - the workflowOwnerCopyright © 2017 SAP SE. All Rights Reserved.