|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.rules.RulesDialog.WrappedRule
public static class RulesDialog.WrappedRule
Inner class to wrap the Rule objects so we can expose a flag to indicate whether the rule is a local or inherited rule
Constructor Summary | |
---|---|
RulesDialog.WrappedRule(org.alfresco.service.cmr.rule.Rule rule,
boolean isLocal,
java.util.Date createdDate,
java.util.Date modifiedDate)
Constructs a RuleWrapper object |
Method Summary | |
---|---|
java.util.Date |
getCreatedDate()
Returns the created date |
java.lang.String |
getDescription()
Returns the rule description |
java.lang.String |
getId()
Returns the rule id |
boolean |
getLocal()
Determines whether the current rule is a local rule or has been inherited from a parent |
java.util.Date |
getModifiedDate()
Returns the modfified date |
org.alfresco.service.cmr.rule.Rule |
getRule()
Returns the rule being wrapped |
java.lang.String |
getTitle()
Returns the rule title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RulesDialog.WrappedRule(org.alfresco.service.cmr.rule.Rule rule, boolean isLocal, java.util.Date createdDate, java.util.Date modifiedDate)
rule
- The rule we are wrappingisLocal
- Whether the rule is defined locallycreatedDate
- Date the rule was createdmodifiedDate
- The date the rule was last modifiedMethod Detail |
---|
public org.alfresco.service.cmr.rule.Rule getRule()
public boolean getLocal()
public java.lang.String getId()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.util.Date getCreatedDate()
public java.util.Date getModifiedDate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |