Class DelegationRuleDisplayProvider

All Implemented Interfaces:
IPageFlowScopeAdapter, EventListener, HttpSessionBindingListener

public class DelegationRuleDisplayProvider extends BaseFacesSessionBean
Helper class to display delegation rule information
  • Field Details

    • m_rule

      protected com.webmethods.caf.rules.IRule m_rule
  • Constructor Details

    • DelegationRuleDisplayProvider

      public DelegationRuleDisplayProvider()
  • Method Details

    • setRule

      public void setRule(Object o)
    • setRuleURI

      public void setRuleURI(String ruleUriString)
    • getRule

      public Object getRule()
    • getRuleURI

      public String getRuleURI()
    • getTaskTypeID

      public String getTaskTypeID()
    • getTaskTypeDisplayName

      public String getTaskTypeDisplayName()
    • getDelegateTarget

      public String getDelegateTarget()
    • getDelegateTargetDisplayName

      public String getDelegateTargetDisplayName()
    • getDelegateSource

      public String getDelegateSource()
    • getDelegateSourceDisplayName

      public String getDelegateSourceDisplayName()
    • getStartDate

      public Date getStartDate()
    • getEndDate

      public Date getEndDate()
    • isExpired

      public boolean isExpired()
    • release

      protected void release()
      Override this method to release any resources associated with this session. Please note, the FacesContext is not valid for this function
      Specified by:
      release in class BaseFacesSessionBean