org.ploin.web.flow
Class Flow
java.lang.Object
org.ploin.web.flow.Flow
- All Implemented Interfaces:
- Serializable
public class Flow
- extends Object
- implements Serializable
$LastChangedBy: r.reiz $
$Revision: 91 $
$Date: 2010-01-18 22:26:53 +0100 (Mon, 18 Jan 2010) $
- See Also:
- Serialized Form
|
Constructor Summary |
Flow()
|
Flow
public Flow()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getSubFlows
public Set<String> getSubFlows()
setSubFlows
public void setSubFlows(Set<String> subFlows)
addSubFlow
public boolean addSubFlow(String flowId)
getAfterFlowAction
public String getAfterFlowAction()
setAfterFlowAction
public void setAfterFlowAction(String afterFlowAction)
getAfterLifecycleAction
public String getAfterLifecycleAction()
setAfterLifecycleAction
public void setAfterLifecycleAction(String afterLifecycleAction)
getBeforeFlowAction
public String getBeforeFlowAction()
setBeforeFlowAction
public void setBeforeFlowAction(String beforeFlowAction)
getBeforeLifecycleAction
public String getBeforeLifecycleAction()
setBeforeLifecycleAction
public void setBeforeLifecycleAction(String beforeLifecycleAction)
getViews
public Set<String> getViews()
setViews
public void setViews(Set<String> views)
addView
public boolean addView(String view)
getAttributes
public Set<String> getAttributes()
setAttributes
public void setAttributes(Set<String> attributes)
addAttribute
public boolean addAttribute(String attribute)
viewContains
public boolean viewContains(String view)
attributeContains
public boolean attributeContains(String attribute)
getIncludeAuthoritys
public Set<String> getIncludeAuthoritys()
setIncludeAuthoritys
public void setIncludeAuthoritys(Set<String> includeAuthoritys)
addIncludeAuthority
public boolean addIncludeAuthority(String auth)
includeContains
public boolean includeContains(String auth)
getExcludeAuthoritys
public Set<String> getExcludeAuthoritys()
setExcludeAuthoritys
public void setExcludeAuthoritys(Set<String> excludeAuthoritys)
addExcludeAuthority
public boolean addExcludeAuthority(String auth)
excludeContains
public boolean excludeContains(String auth)
getAuthoritySource
public String getAuthoritySource()
setAuthoritySource
public void setAuthoritySource(String authoritySource)
getAppName
public String getAppName()
setAppName
public void setAppName(String appName)
getAccessDeniedPage
public String getAccessDeniedPage()
setAccessDeniedPage
public void setAccessDeniedPage(String accessDeniedPage)
getFlowId
public String getFlowId()
setFlowId
public void setFlowId(String flowId)
getIgnoreViews
public Set<String> getIgnoreViews()
setIgnoreViews
public void setIgnoreViews(Set<String> ignoreViews)
addIgnoreView
public boolean addIgnoreView(String view)
getDisableUrlNavigation
public Boolean getDisableUrlNavigation()
setDisableUrlNavigation
public void setDisableUrlNavigation(Boolean disableUrlNavigation)
Copyright © 2012 PLOIN GmbH. All Rights Reserved.