public abstract class GeneratedWorkflowManager extends Extension
WorkflowManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
protected static String |
WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
|
protected static String |
WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
Relation ordering override parameter constants for WorkflowTemplate2PrincipalRelation from ((workflow))
|
protected static String |
WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED |
| Constructor and Description |
|---|
GeneratedWorkflowManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
void |
addToVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Adds
value to visibleTemplates. |
AutomatedWorkflowActionTemplate |
createAutomatedWorkflowActionTemplate(Map attributeValues) |
AutomatedWorkflowActionTemplate |
createAutomatedWorkflowActionTemplate(SessionContext ctx,
Map attributeValues) |
Workflow |
createWorkflow(Map attributeValues) |
Workflow |
createWorkflow(SessionContext ctx,
Map attributeValues) |
WorkflowAction |
createWorkflowAction(Map attributeValues) |
WorkflowAction |
createWorkflowAction(SessionContext ctx,
Map attributeValues) |
WorkflowActionComment |
createWorkflowActionComment(Map attributeValues) |
WorkflowActionComment |
createWorkflowActionComment(SessionContext ctx,
Map attributeValues) |
WorkflowActionTemplate |
createWorkflowActionTemplate(Map attributeValues) |
WorkflowActionTemplate |
createWorkflowActionTemplate(SessionContext ctx,
Map attributeValues) |
WorkflowDecision |
createWorkflowDecision(Map attributeValues) |
WorkflowDecision |
createWorkflowDecision(SessionContext ctx,
Map attributeValues) |
WorkflowDecisionTemplate |
createWorkflowDecisionTemplate(Map attributeValues) |
WorkflowDecisionTemplate |
createWorkflowDecisionTemplate(SessionContext ctx,
Map attributeValues) |
WorkflowItemAttachment |
createWorkflowItemAttachment(Map attributeValues) |
WorkflowItemAttachment |
createWorkflowItemAttachment(SessionContext ctx,
Map attributeValues) |
WorkflowTemplate |
createWorkflowTemplate(Map attributeValues) |
WorkflowTemplate |
createWorkflowTemplate(SessionContext ctx,
Map attributeValues) |
Map<Language,String> |
getAllOwnerName(Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
abstract Map<Language,String> |
getAllOwnerName(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
Map<String,Item.AttributeMode> |
getDefaultAttributeModes(Class<? extends Item> itemClass) |
String |
getName() |
String |
getOwnerName(Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
abstract String |
getOwnerName(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
Link |
getTemplate(Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.template attribute. |
Link |
getTemplate(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.template attribute. |
Collection<WorkflowTemplate> |
getVisibleTemplates(Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
Collection<WorkflowTemplate> |
getVisibleTemplates(SessionContext ctx,
Principal item)
Generated method - Getter of the
Principal.visibleTemplates attribute. |
long |
getVisibleTemplatesCount(Principal item) |
long |
getVisibleTemplatesCount(SessionContext ctx,
Principal item) |
Boolean |
isActive(Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.active attribute. |
Boolean |
isActive(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.active attribute. |
boolean |
isActiveAsPrimitive(Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.active attribute. |
boolean |
isActiveAsPrimitive(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.active attribute. |
Boolean |
isAndConnection(Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.andConnection attribute. |
Boolean |
isAndConnection(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.andConnection attribute. |
boolean |
isAndConnectionAsPrimitive(Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.andConnection attribute. |
boolean |
isAndConnectionAsPrimitive(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionLinkRelation.andConnection attribute. |
Boolean |
isAndConnectionTemplate(Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
Boolean |
isAndConnectionTemplate(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
boolean |
isAndConnectionTemplateAsPrimitive(Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
boolean |
isAndConnectionTemplateAsPrimitive(SessionContext ctx,
Link item)
Generated method - Getter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
void |
removeFromVisibleTemplates(Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
void |
removeFromVisibleTemplates(SessionContext ctx,
Principal item,
WorkflowTemplate value)
Generated method - Removes
value from visibleTemplates. |
void |
setActive(Link item,
boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.active attribute. |
void |
setActive(Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.active attribute. |
void |
setActive(SessionContext ctx,
Link item,
boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.active attribute. |
void |
setActive(SessionContext ctx,
Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.active attribute. |
void |
setAllOwnerName(Link item,
Map<Language,String> value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
abstract void |
setAllOwnerName(SessionContext ctx,
Link item,
Map<Language,String> value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
void |
setAndConnection(Link item,
boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.andConnection attribute. |
void |
setAndConnection(Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.andConnection attribute. |
void |
setAndConnection(SessionContext ctx,
Link item,
boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.andConnection attribute. |
void |
setAndConnection(SessionContext ctx,
Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionLinkRelation.andConnection attribute. |
void |
setAndConnectionTemplate(Link item,
boolean value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
void |
setAndConnectionTemplate(Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
void |
setAndConnectionTemplate(SessionContext ctx,
Link item,
boolean value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
void |
setAndConnectionTemplate(SessionContext ctx,
Link item,
Boolean value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute. |
void |
setOwnerName(Link item,
String value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
abstract void |
setOwnerName(SessionContext ctx,
Link item,
String value)
Generated method - Setter of the
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute. |
protected void |
setTemplate(Link item,
Link value)
Generated method - Setter of the
WorkflowActionLinkRelation.template attribute. |
protected void |
setTemplate(SessionContext ctx,
Link item,
Link value)
Generated method - Setter of the
WorkflowActionLinkRelation.template attribute. |
void |
setVisibleTemplates(Principal item,
Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
void |
setVisibleTemplates(SessionContext ctx,
Principal item,
Collection<WorkflowTemplate> value)
Generated method - Setter of the
Principal.visibleTemplates attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, unwrap, unwrap, wrapprotected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_SRC_ORDERED
protected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_TGT_ORDERED
protected static String WORKFLOWTEMPLATE2PRINCIPALRELATION_MARKMODIFIED
protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic Boolean isActive(SessionContext ctx, Link item)
WorkflowActionLinkRelation.active attribute.public Boolean isActive(Link item)
WorkflowActionLinkRelation.active attribute.public boolean isActiveAsPrimitive(SessionContext ctx, Link item)
WorkflowActionLinkRelation.active attribute.public boolean isActiveAsPrimitive(Link item)
WorkflowActionLinkRelation.active attribute.public void setActive(SessionContext ctx, Link item, Boolean value)
WorkflowActionLinkRelation.active attribute.value - the activepublic void setActive(Link item, Boolean value)
WorkflowActionLinkRelation.active attribute.value - the activepublic void setActive(SessionContext ctx, Link item, boolean value)
WorkflowActionLinkRelation.active attribute.value - the activepublic void setActive(Link item, boolean value)
WorkflowActionLinkRelation.active attribute.value - the activepublic Boolean isAndConnection(SessionContext ctx, Link item)
WorkflowActionLinkRelation.andConnection attribute.public Boolean isAndConnection(Link item)
WorkflowActionLinkRelation.andConnection attribute.public boolean isAndConnectionAsPrimitive(SessionContext ctx, Link item)
WorkflowActionLinkRelation.andConnection attribute.public boolean isAndConnectionAsPrimitive(Link item)
WorkflowActionLinkRelation.andConnection attribute.public void setAndConnection(SessionContext ctx, Link item, Boolean value)
WorkflowActionLinkRelation.andConnection attribute.value - the andConnectionpublic void setAndConnection(Link item, Boolean value)
WorkflowActionLinkRelation.andConnection attribute.value - the andConnectionpublic void setAndConnection(SessionContext ctx, Link item, boolean value)
WorkflowActionLinkRelation.andConnection attribute.value - the andConnectionpublic void setAndConnection(Link item, boolean value)
WorkflowActionLinkRelation.andConnection attribute.value - the andConnectionpublic Boolean isAndConnectionTemplate(SessionContext ctx, Link item)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.public Boolean isAndConnectionTemplate(Link item)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.public boolean isAndConnectionTemplateAsPrimitive(SessionContext ctx, Link item)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.public boolean isAndConnectionTemplateAsPrimitive(Link item)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.public void setAndConnectionTemplate(SessionContext ctx, Link item, Boolean value)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.value - the andConnectionTemplatepublic void setAndConnectionTemplate(Link item, Boolean value)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.value - the andConnectionTemplatepublic void setAndConnectionTemplate(SessionContext ctx, Link item, boolean value)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.value - the andConnectionTemplatepublic void setAndConnectionTemplate(Link item, boolean value)
WorkflowActionTemplateLinkTemplateRelation.andConnectionTemplate attribute.value - the andConnectionTemplatepublic AutomatedWorkflowActionTemplate createAutomatedWorkflowActionTemplate(SessionContext ctx, Map attributeValues)
public AutomatedWorkflowActionTemplate createAutomatedWorkflowActionTemplate(Map attributeValues)
public Workflow createWorkflow(SessionContext ctx, Map attributeValues)
public WorkflowAction createWorkflowAction(SessionContext ctx, Map attributeValues)
public WorkflowAction createWorkflowAction(Map attributeValues)
public WorkflowActionComment createWorkflowActionComment(SessionContext ctx, Map attributeValues)
public WorkflowActionComment createWorkflowActionComment(Map attributeValues)
public WorkflowActionTemplate createWorkflowActionTemplate(SessionContext ctx, Map attributeValues)
public WorkflowActionTemplate createWorkflowActionTemplate(Map attributeValues)
public WorkflowDecision createWorkflowDecision(SessionContext ctx, Map attributeValues)
public WorkflowDecision createWorkflowDecision(Map attributeValues)
public WorkflowDecisionTemplate createWorkflowDecisionTemplate(SessionContext ctx, Map attributeValues)
public WorkflowDecisionTemplate createWorkflowDecisionTemplate(Map attributeValues)
public WorkflowItemAttachment createWorkflowItemAttachment(SessionContext ctx, Map attributeValues)
public WorkflowItemAttachment createWorkflowItemAttachment(Map attributeValues)
public WorkflowTemplate createWorkflowTemplate(SessionContext ctx, Map attributeValues)
public WorkflowTemplate createWorkflowTemplate(Map attributeValues)
public abstract String getOwnerName(SessionContext ctx, Link item)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.public String getOwnerName(Link item)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.public abstract Map<Language,String> getAllOwnerName(SessionContext ctx, Link item)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.public Map<Language,String> getAllOwnerName(Link item)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.public abstract void setOwnerName(SessionContext ctx, Link item, String value)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.value - the ownerNamepublic void setOwnerName(Link item, String value)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.value - the ownerNamepublic abstract void setAllOwnerName(SessionContext ctx, Link item, Map<Language,String> value)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.value - the ownerNamepublic void setAllOwnerName(Link item, Map<Language,String> value)
WorkflowActionTemplateLinkTemplateRelation.ownerName attribute.value - the ownerNamepublic Link getTemplate(SessionContext ctx, Link item)
WorkflowActionLinkRelation.template attribute.public Link getTemplate(Link item)
WorkflowActionLinkRelation.template attribute.protected void setTemplate(SessionContext ctx, Link item, Link value)
WorkflowActionLinkRelation.template attribute.value - the templateprotected void setTemplate(Link item, Link value)
WorkflowActionLinkRelation.template attribute.value - the templatepublic Collection<WorkflowTemplate> getVisibleTemplates(SessionContext ctx, Principal item)
Principal.visibleTemplates attribute.public Collection<WorkflowTemplate> getVisibleTemplates(Principal item)
Principal.visibleTemplates attribute.public long getVisibleTemplatesCount(SessionContext ctx, Principal item)
public long getVisibleTemplatesCount(Principal item)
public void setVisibleTemplates(SessionContext ctx, Principal item, Collection<WorkflowTemplate> value)
Principal.visibleTemplates attribute.value - the visibleTemplatespublic void setVisibleTemplates(Principal item, Collection<WorkflowTemplate> value)
Principal.visibleTemplates attribute.value - the visibleTemplatespublic void addToVisibleTemplates(SessionContext ctx, Principal item, WorkflowTemplate value)
value to visibleTemplates.value - the item to add to visibleTemplatespublic void addToVisibleTemplates(Principal item, WorkflowTemplate value)
value to visibleTemplates.value - the item to add to visibleTemplatespublic void removeFromVisibleTemplates(SessionContext ctx, Principal item, WorkflowTemplate value)
value from visibleTemplates.value - the item to remove from visibleTemplatespublic void removeFromVisibleTemplates(Principal item, WorkflowTemplate value)
value from visibleTemplates.value - the item to remove from visibleTemplatesCopyright © 2017 SAP SE. All Rights Reserved.