public static class RulesDialog.WrappedRule
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RulesDialog.WrappedRule(org.alfresco.service.cmr.rule.Rule rule,
boolean isLocal,
java.util.Date createdDate,
java.util.Date modifiedDate)
Constructs a RuleWrapper object
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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 modifiedpublic 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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.