Uses of Interface
com.redwood.scheduler.api.model.PublishApproval
-
Packages that use PublishApproval Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of PublishApproval in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type PublishApproval Modifier and Type Field Description static QueryObjectType<PublishApproval>
PublishApproval. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PublishApproval Modifier and Type Method Description PublishApproval
SchedulerSession. createPublishApproval()
Return a new instance of PublishApproval.PublishApproval
Job. getPublishApproval()
Get the PublishApproval.PublishApproval
SchedulerSession. getPublishApprovalByUniqueId(Long uniqueId)
Get thePublishApproval
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type PublishApproval Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(PublishApproval thePublishApproval)
void
ConcreteObjectCallback. handle(PublishApproval thePublishApproval)
-