public static class RulesDialog.WrappedRule extends Object implements Serializable
| Constructor and Description |
|---|
WrappedRule(org.alfresco.service.cmr.rule.Rule rule,
boolean isLocal,
Date createdDate,
Date modifiedDate)
Constructs a RuleWrapper object
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate()
Returns the created date
|
String |
getDescription()
Returns the rule description
|
String |
getId()
Returns the rule id
|
boolean |
getLocal()
Determines whether the current rule is a local rule or
has been inherited from a parent
|
Date |
getModifiedDate()
Returns the modfified date
|
org.alfresco.service.cmr.rule.Rule |
getRule()
Returns the rule being wrapped
|
String |
getTitle()
Returns the rule title
|
public WrappedRule(org.alfresco.service.cmr.rule.Rule rule,
boolean isLocal,
Date createdDate,
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 String getId()
public String getTitle()
public String getDescription()
public Date getCreatedDate()
public Date getModifiedDate()
Copyright © 2005–2018 Alfresco Software. All rights reserved.