Uses of Interface
com.redwood.scheduler.api.model.Document
-
Packages that use Document Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Document in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Document Modifier and Type Field Description static QueryObjectType<Document>
Document. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Document Modifier and Type Method Description Document
SchedulerSession. createDocument()
Return a new instance of Document.Document
VisualizationProcessServerQueue. getBackgroundDocument()
Get the BackgroundDocument.Document
Application. getChildDocumentByPartitionSearchName(Partition partition, String searchName)
Get the Document by Path.Document
UserMessageAttachment. getDocument()
Attempts to return the Document that is the attachment.static Document
BusinessKeyLookup. getDocumentByBusinessKey(SchedulerSession session, String key)
Query an instance ofDocument
, based on its business key.Document
SchedulerSession. getDocumentByFullPath(String fullPath)
Get theDocument
by FullPath.Document
BusinessKeyResolver. getDocumentByKey(BusinessKey key)
Query an instance ofDocument
, based on its business key.Document
Partition. getDocumentByParentApplicationSearchName(Application parentApplication, String searchName)
Get the Document by Path.Document
SchedulerSession. getDocumentByPath(Partition partition, Application parentApplication, String searchName)
Get theDocument
by Path.Document
SchedulerSession. getDocumentByUniqueId(Long uniqueId)
Get theDocument
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Document Modifier and Type Method Description RWIterable<Document>
Application. getChildDocuments()
Get anRWIterable
over a collection ofChildDocuments
, the collection will be ordered by Name.RWIterable<Document>
Partition. getDocuments()
Get anRWIterable
over an ordered collection ofDocuments
.Methods in com.redwood.scheduler.api.model with parameters of type Document Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Document theDocument)
void
ConcreteObjectCallback. handle(Document theDocument)
void
VisualizationProcessServerQueue. setBackgroundDocument(Document newBackgroundDocument)
Set the value for BackgroundDocument.void
UserMessageAttachment. setDocument(Document document)
Set the attachment to a Documentvoid
JobParameter. setInValueFileParameter(Document document)
This will set the type of the FileParameter toDocument
, and set the business key correctly to referencedocument
.void
JobParameter. setOutValueFileParameter(Document document)
This will set the type of the FileParameter toDocument
, and set the business key correctly to referencedocument
. -
Uses of Document in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Document Modifier and Type Method Description Iterator<Document>
ApplicationComp. getChildDocuments()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDocuments()
instead.Iterator<Document>
PartitionComp. getDocuments()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDocuments()
instead.
-