public final class RuleReportCriteria extends AbstractDataTransferObject implements RuleReportCriteriaContract
Modifier and Type | Class and Description |
---|---|
static class |
RuleReportCriteria.Builder
A builder which can be used to construct
RuleReportCriteria instances. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getActionRequestCodes() |
String |
getDocumentTypeName() |
String |
getResponsibleGroupId() |
String |
getResponsiblePrincipalId() |
String |
getResponsibleRoleName() |
String |
getRuleDescription() |
Map<String,String> |
getRuleExtensions() |
String |
getRuleTemplateName() |
boolean |
isActive() |
boolean |
isConsiderGroupMembership() |
boolean |
isIncludeDelegations() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
public String getRuleDescription()
getRuleDescription
in interface RuleReportCriteriaContract
public String getDocumentTypeName()
getDocumentTypeName
in interface RuleReportCriteriaContract
public String getRuleTemplateName()
getRuleTemplateName
in interface RuleReportCriteriaContract
public List<String> getActionRequestCodes()
getActionRequestCodes
in interface RuleReportCriteriaContract
public String getResponsiblePrincipalId()
getResponsiblePrincipalId
in interface RuleReportCriteriaContract
public String getResponsibleGroupId()
getResponsibleGroupId
in interface RuleReportCriteriaContract
public String getResponsibleRoleName()
getResponsibleRoleName
in interface RuleReportCriteriaContract
public Map<String,String> getRuleExtensions()
getRuleExtensions
in interface RuleReportCriteriaContract
public boolean isActive()
isActive
in interface RuleReportCriteriaContract
public boolean isConsiderGroupMembership()
isConsiderGroupMembership
in interface RuleReportCriteriaContract
public boolean isIncludeDelegations()
isIncludeDelegations
in interface RuleReportCriteriaContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.