public static class RulesDialog.WrappedRule extends Object implements Serializable
Constructor and Description |
---|
WrappedRule(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
|
Rule |
getRule()
Returns the rule being wrapped
|
String |
getTitle()
Returns the rule title
|
public WrappedRule(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 Rule getRule()
public boolean getLocal()
public String getId()
public String getTitle()
public String getDescription()
public Date getCreatedDate()
public Date getModifiedDate()
Copyright © 2005–2017 Alfresco Software. All rights reserved.