Uses of Interface
com.redwood.scheduler.api.model.AuditRule
-
Packages that use AuditRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of AuditRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type AuditRule Modifier and Type Field Description static QueryObjectType<AuditRule>
AuditRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return AuditRule Modifier and Type Method Description AuditRule
SchedulerSession. createAuditRule()
Return a new instance of AuditRule.static AuditRule
BusinessKeyLookup. getAuditRuleByBusinessKey(SchedulerSession session, String key)
Query an instance ofAuditRule
, based on its business key.AuditRule
BusinessKeyResolver. getAuditRuleByKey(BusinessKey key)
Query an instance ofAuditRule
, based on its business key.AuditRule
SchedulerSession. getAuditRuleByName(String name)
Get theAuditRule
by Name.AuditRule
SchedulerSession. getAuditRuleByObjectType(String ruleObjectType)
Get theAuditRule
by ObjectType.AuditRule
SchedulerSession. getAuditRuleByUniqueId(Long uniqueId)
Get theAuditRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type AuditRule Modifier and Type Method Description RWIterable<AuditRule>
Application. getChildAuditRules()
Get anRWIterable
over a collection ofChildAuditRules
, the collection will be ordered by Name.Methods in com.redwood.scheduler.api.model with parameters of type AuditRule Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(AuditRule theAuditRule)
void
ConcreteObjectCallback. handle(AuditRule theAuditRule)
-
Uses of AuditRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type AuditRule Modifier and Type Method Description Iterator<AuditRule>
ApplicationComp. getChildAuditRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAuditRules()
instead.
-