org.ploin.web.flow
Class Flow

java.lang.Object
  extended by 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()
           
 
Method Summary
 boolean addAttribute(String attribute)
           
 boolean addExcludeAuthority(String auth)
           
 boolean addIgnoreView(String view)
           
 boolean addIncludeAuthority(String auth)
           
 boolean addSubFlow(String flowId)
           
 boolean addView(String view)
           
 boolean attributeContains(String attribute)
           
 boolean equals(Object o)
           
 boolean excludeContains(String auth)
           
 String getAccessDeniedPage()
           
 String getAfterFlowAction()
           
 String getAfterLifecycleAction()
           
 String getAppName()
           
 Set<String> getAttributes()
           
 String getAuthoritySource()
           
 String getBeforeFlowAction()
           
 String getBeforeLifecycleAction()
           
 Boolean getDisableUrlNavigation()
           
 Set<String> getExcludeAuthoritys()
           
 String getFlowId()
           
 Set<String> getIgnoreViews()
           
 Set<String> getIncludeAuthoritys()
           
 Set<String> getSubFlows()
           
 Set<String> getViews()
           
 int hashCode()
           
 boolean includeContains(String auth)
           
 void setAccessDeniedPage(String accessDeniedPage)
           
 void setAfterFlowAction(String afterFlowAction)
           
 void setAfterLifecycleAction(String afterLifecycleAction)
           
 void setAppName(String appName)
           
 void setAttributes(Set<String> attributes)
           
 void setAuthoritySource(String authoritySource)
           
 void setBeforeFlowAction(String beforeFlowAction)
           
 void setBeforeLifecycleAction(String beforeLifecycleAction)
           
 void setDisableUrlNavigation(Boolean disableUrlNavigation)
           
 void setExcludeAuthoritys(Set<String> excludeAuthoritys)
           
 void setFlowId(String flowId)
           
 void setIgnoreViews(Set<String> ignoreViews)
           
 void setIncludeAuthoritys(Set<String> includeAuthoritys)
           
 void setSubFlows(Set<String> subFlows)
           
 void setViews(Set<String> views)
           
 boolean viewContains(String view)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flow

public Flow()
Method Detail

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.