Package de.hybris.platform.workflow.jalo
Class GeneratedWorkflowTemplate
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.cronjob.jalo.GeneratedJob
-
- de.hybris.platform.cronjob.jalo.Job
-
- de.hybris.platform.workflow.jalo.GeneratedWorkflowTemplate
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
WorkflowTemplate
public abstract class GeneratedWorkflowTemplate extends Job
Generated class for typeWorkflowTemplate
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cronjob.jalo.Job
Job.JobFileLogContainer, Job.Synchronicity
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTIONS
Qualifier of theWorkflowTemplate.actions
attributeprotected static OneToManyHandler<WorkflowActionTemplate>
ACTIONSHANDLER
OneToManyHandler
for handling 1:n ACTIONS's relation attributes from 'many' side.static java.lang.String
ACTIVATIONSCRIPT
Qualifier of theWorkflowTemplate.activationScript
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DESCRIPTION
Qualifier of theWorkflowTemplate.description
attributestatic java.lang.String
NAME
Qualifier of theWorkflowTemplate.name
attributestatic java.lang.String
VISIBLEFORPRINCIPALS
Qualifier of theWorkflowTemplate.visibleForPrincipals
attributeprotected static java.lang.String
WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))protected static java.lang.String
WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))protected static java.lang.String
WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
-
Fields inherited from class de.hybris.platform.cronjob.jalo.Job
CTX_CURRENTCRONJOB, CTX_CURRENTJOB
-
Fields inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, CRONJOBSHANDLER, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RESTRICTIONSHANDLER, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS, TRIGGERSHANDLER
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedWorkflowTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToActions(SessionContext ctx, WorkflowActionTemplate value)
Generated method - Addsvalue
to actions.void
addToActions(WorkflowActionTemplate value)
Generated method - Addsvalue
to actions.void
addToVisibleForPrincipals(Principal value)
Generated method - Addsvalue
to visibleForPrincipals.void
addToVisibleForPrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to visibleForPrincipals.java.util.List<WorkflowActionTemplate>
getActions()
Generated method - Getter of theWorkflowTemplate.actions
attribute.java.util.List<WorkflowActionTemplate>
getActions(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.actions
attribute.java.lang.String
getActivationScript()
Generated method - Getter of theWorkflowTemplate.activationScript
attribute.java.lang.String
getActivationScript(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.activationScript
attribute.java.util.Map<Language,java.lang.String>
getAllDescription()
Generated method - Getter of theWorkflowTemplate.description
attribute.java.util.Map<Language,java.lang.String>
getAllDescription(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.description
attribute.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theWorkflowTemplate.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.name
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDescription()
Generated method - Getter of theWorkflowTemplate.description
attribute.java.lang.String
getDescription(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.description
attribute.java.lang.String
getName()
Generated method - Getter of theWorkflowTemplate.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.name
attribute.java.util.Collection<Principal>
getVisibleForPrincipals()
Generated method - Getter of theWorkflowTemplate.visibleForPrincipals
attribute.java.util.Collection<Principal>
getVisibleForPrincipals(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.visibleForPrincipals
attribute.long
getVisibleForPrincipalsCount()
long
getVisibleForPrincipalsCount(SessionContext ctx)
boolean
isMarkModifiedDisabled(Item referencedItem)
void
removeFromActions(SessionContext ctx, WorkflowActionTemplate value)
Generated method - Removesvalue
from actions.void
removeFromActions(WorkflowActionTemplate value)
Generated method - Removesvalue
from actions.void
removeFromVisibleForPrincipals(Principal value)
Generated method - Removesvalue
from visibleForPrincipals.void
removeFromVisibleForPrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from visibleForPrincipals.void
setActions(SessionContext ctx, java.util.List<WorkflowActionTemplate> value)
Generated method - Setter of theWorkflowTemplate.actions
attribute.void
setActions(java.util.List<WorkflowActionTemplate> value)
Generated method - Setter of theWorkflowTemplate.actions
attribute.void
setActivationScript(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.activationScript
attribute.void
setActivationScript(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.activationScript
attribute.void
setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.description
attribute.void
setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.description
attribute.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.name
attribute.void
setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.description
attribute.void
setDescription(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.description
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.name
attribute.void
setVisibleForPrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theWorkflowTemplate.visibleForPrincipals
attribute.void
setVisibleForPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theWorkflowTemplate.visibleForPrincipals
attribute.-
Methods inherited from class de.hybris.platform.cronjob.jalo.Job
canPerform, canUndo, checkRemovable, configureCronjob, createItem, createLogContext, debug, error, fatal, getConfigAttributes, getCronJobsByCode, getCronJobsByCode, getCurrentLogContainer, getEffectiveLogLevel, getNonInitialAttributes, info, isAbortable, isDebugEnabled, isEnabledFor, isErrorEnabled, isInfoEnabled, isPerformable, isPerformable, isUndoable, isWarnEnabled, jobIsCurrentlyRunning, log, logToFile, perform, perform, perform, performCronJob, prepareAfterFinishEvent, prepareBeforeStartEvent, remove, saveToLogFile, sendFinishedEvent, sendStartEvent, setCode, setCronJobs, setCurrentLogContainer, setNonInitialAttributes, startOwnSession, stopOwnSession, switchDataSource, undo, undo, undoCronJob, unsetAlternativeDataSource, unsetCurrentLogContainer, warn
-
Methods inherited from class de.hybris.platform.cronjob.jalo.GeneratedJob
addToRestrictions, addToRestrictions, addToTriggers, addToTriggers, getAlternativeDataSourceID, getAlternativeDataSourceID, getCode, getCode, getCronJobs, getCronJobs, getEmailAddress, getEmailAddress, getEmailNotificationTemplate, getEmailNotificationTemplate, getErrorMode, getErrorMode, getLogLevelDatabase, getLogLevelDatabase, getLogLevelFile, getLogLevelFile, getNodeGroup, getNodeGroup, getNodeID, getNodeID, getNodeIDAsPrimitive, getNodeIDAsPrimitive, getPriority, getPriority, getPriorityAsPrimitive, getPriorityAsPrimitive, getRestrictions, getRestrictions, getSessionCurrency, getSessionCurrency, getSessionLanguage, getSessionLanguage, getSessionUser, getSessionUser, getTriggers, getTriggers, isActive, isActive, isActiveAsPrimitive, isActiveAsPrimitive, isChangeRecordingEnabled, isChangeRecordingEnabled, isChangeRecordingEnabledAsPrimitive, isChangeRecordingEnabledAsPrimitive, isLogToDatabase, isLogToDatabase, isLogToDatabaseAsPrimitive, isLogToDatabaseAsPrimitive, isLogToFile, isLogToFile, isLogToFileAsPrimitive, isLogToFileAsPrimitive, isRemoveOnExit, isRemoveOnExit, isRemoveOnExitAsPrimitive, isRemoveOnExitAsPrimitive, isRequestAbort, isRequestAbort, isRequestAbortAsPrimitive, isRequestAbortAsPrimitive, isRequestAbortStep, isRequestAbortStep, isRequestAbortStepAsPrimitive, isRequestAbortStepAsPrimitive, isRetry, isRetry, isRetryAsPrimitive, isRetryAsPrimitive, isSendEmail, isSendEmail, isSendEmailAsPrimitive, isSendEmailAsPrimitive, isSingleExecutable, isSingleExecutable, isSingleExecutableAsPrimitive, isSingleExecutableAsPrimitive, removeFromRestrictions, removeFromRestrictions, removeFromTriggers, removeFromTriggers, setActive, setActive, setActive, setActive, setAlternativeDataSourceID, setAlternativeDataSourceID, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailAddress, setEmailNotificationTemplate, setEmailNotificationTemplate, setErrorMode, setErrorMode, setLogLevelDatabase, setLogLevelDatabase, setLogLevelFile, setLogLevelFile, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToDatabase, setLogToFile, setLogToFile, setLogToFile, setLogToFile, setNodeGroup, setNodeGroup, setNodeID, setNodeID, setNodeID, setNodeID, setPriority, setPriority, setPriority, setPriority, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRemoveOnExit, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbort, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRequestAbortStep, setRestrictions, setRestrictions, setRetry, setRetry, setRetry, setRetry, setSendEmail, setSendEmail, setSendEmail, setSendEmail, setSessionCurrency, setSessionCurrency, setSessionLanguage, setSessionLanguage, setSessionUser, setSessionUser, setSingleExecutable, setSingleExecutable, setSingleExecutable, setSingleExecutable, setTriggers, setTriggers
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, 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, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, 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, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Qualifier of theWorkflowTemplate.name
attribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theWorkflowTemplate.description
attribute- See Also:
- Constant Field Values
-
ACTIVATIONSCRIPT
public static final java.lang.String ACTIVATIONSCRIPT
Qualifier of theWorkflowTemplate.activationScript
attribute- See Also:
- Constant Field Values
-
ACTIONS
public static final java.lang.String ACTIONS
Qualifier of theWorkflowTemplate.actions
attribute- See Also:
- Constant Field Values
-
VISIBLEFORPRINCIPALS
public static final java.lang.String VISIBLEFORPRINCIPALS
Qualifier of theWorkflowTemplate.visibleForPrincipals
attribute- See Also:
- Constant Field Values
-
WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
protected static java.lang.String WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
-
WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
protected static java.lang.String WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
-
WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
protected static java.lang.String WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
-
ACTIONSHANDLER
protected static final OneToManyHandler<WorkflowActionTemplate> ACTIONSHANDLER
OneToManyHandler
for handling 1:n ACTIONS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classGeneratedJob
-
getActions
public java.util.List<WorkflowActionTemplate> getActions(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.actions
attribute.- Returns:
- the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
getActions
public java.util.List<WorkflowActionTemplate> getActions()
Generated method - Getter of theWorkflowTemplate.actions
attribute.- Returns:
- the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
setActions
public void setActions(SessionContext ctx, java.util.List<WorkflowActionTemplate> value)
Generated method - Setter of theWorkflowTemplate.actions
attribute.- Parameters:
value
- the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
setActions
public void setActions(java.util.List<WorkflowActionTemplate> value)
Generated method - Setter of theWorkflowTemplate.actions
attribute.- Parameters:
value
- the actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
addToActions
public void addToActions(SessionContext ctx, WorkflowActionTemplate value)
Generated method - Addsvalue
to actions.- Parameters:
value
- the item to add to actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
addToActions
public void addToActions(WorkflowActionTemplate value)
Generated method - Addsvalue
to actions.- Parameters:
value
- the item to add to actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
removeFromActions
public void removeFromActions(SessionContext ctx, WorkflowActionTemplate value)
Generated method - Removesvalue
from actions.- Parameters:
value
- the item to remove from actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
removeFromActions
public void removeFromActions(WorkflowActionTemplate value)
Generated method - Removesvalue
from actions.- Parameters:
value
- the item to remove from actions - n-part of the WorkflowTemplateActionTemplateRelation; set of action templates from which a action will be created and set to the workflow created by the workflow template each
-
getActivationScript
public java.lang.String getActivationScript(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.activationScript
attribute.- Returns:
- the activationScript - Java code used to automatically trigger a Workflow
-
getActivationScript
public java.lang.String getActivationScript()
Generated method - Getter of theWorkflowTemplate.activationScript
attribute.- Returns:
- the activationScript - Java code used to automatically trigger a Workflow
-
setActivationScript
public void setActivationScript(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.activationScript
attribute.- Parameters:
value
- the activationScript - Java code used to automatically trigger a Workflow
-
setActivationScript
public void setActivationScript(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.activationScript
attribute.- Parameters:
value
- the activationScript - Java code used to automatically trigger a Workflow
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.description
attribute.- Returns:
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theWorkflowTemplate.description
attribute.- Returns:
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.description
attribute.- Returns:
- the localized description - description of the workflows created by the template; will be copied to a created workflow initially
-
getAllDescription
public java.util.Map<Language,java.lang.String> getAllDescription()
Generated method - Getter of theWorkflowTemplate.description
attribute.- Returns:
- the localized description - description of the workflows created by the template; will be copied to a created workflow initially
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.description
attribute.- Parameters:
value
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.description
attribute.- Parameters:
value
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
setAllDescription
public void setAllDescription(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.description
attribute.- Parameters:
value
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
setAllDescription
public void setAllDescription(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.description
attribute.- Parameters:
value
- the description - description of the workflows created by the template; will be copied to a created workflow initially
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.name
attribute.- Returns:
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
getName
public java.lang.String getName()
Generated method - Getter of theWorkflowTemplate.name
attribute.- Returns:
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.name
attribute.- Returns:
- the localized name - name of the workflows created by the template; will be copied to a created workflow initially
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theWorkflowTemplate.name
attribute.- Returns:
- the localized name - name of the workflows created by the template; will be copied to a created workflow initially
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theWorkflowTemplate.name
attribute.- Parameters:
value
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theWorkflowTemplate.name
attribute.- Parameters:
value
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.name
attribute.- Parameters:
value
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theWorkflowTemplate.name
attribute.- Parameters:
value
- the name - name of the workflows created by the template; will be copied to a created workflow initially
-
getVisibleForPrincipals
public java.util.Collection<Principal> getVisibleForPrincipals(SessionContext ctx)
Generated method - Getter of theWorkflowTemplate.visibleForPrincipals
attribute.- Returns:
- the visibleForPrincipals
-
getVisibleForPrincipals
public java.util.Collection<Principal> getVisibleForPrincipals()
Generated method - Getter of theWorkflowTemplate.visibleForPrincipals
attribute.- Returns:
- the visibleForPrincipals
-
getVisibleForPrincipalsCount
public long getVisibleForPrincipalsCount(SessionContext ctx)
-
getVisibleForPrincipalsCount
public long getVisibleForPrincipalsCount()
-
setVisibleForPrincipals
public void setVisibleForPrincipals(SessionContext ctx, java.util.Collection<Principal> value)
Generated method - Setter of theWorkflowTemplate.visibleForPrincipals
attribute.- Parameters:
value
- the visibleForPrincipals
-
setVisibleForPrincipals
public void setVisibleForPrincipals(java.util.Collection<Principal> value)
Generated method - Setter of theWorkflowTemplate.visibleForPrincipals
attribute.- Parameters:
value
- the visibleForPrincipals
-
addToVisibleForPrincipals
public void addToVisibleForPrincipals(SessionContext ctx, Principal value)
Generated method - Addsvalue
to visibleForPrincipals.- Parameters:
value
- the item to add to visibleForPrincipals
-
addToVisibleForPrincipals
public void addToVisibleForPrincipals(Principal value)
Generated method - Addsvalue
to visibleForPrincipals.- Parameters:
value
- the item to add to visibleForPrincipals
-
removeFromVisibleForPrincipals
public void removeFromVisibleForPrincipals(SessionContext ctx, Principal value)
Generated method - Removesvalue
from visibleForPrincipals.- Parameters:
value
- the item to remove from visibleForPrincipals
-
removeFromVisibleForPrincipals
public void removeFromVisibleForPrincipals(Principal value)
Generated method - Removesvalue
from visibleForPrincipals.- Parameters:
value
- the item to remove from visibleForPrincipals
-
-