Uses of Interface
com.redwood.scheduler.api.model.PublishedWebService
-
Packages that use PublishedWebService Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of PublishedWebService in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type PublishedWebService Modifier and Type Field Description static QueryObjectType<PublishedWebService>
PublishedWebService. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PublishedWebService Modifier and Type Method Description PublishedWebService
JobDefinition. createPublishedWebService()
Create a newPublishedWebService
linked to this object.PublishedWebService
SchedulerSession. getPublishedWebServiceByUniqueId(Long uniqueId)
Get thePublishedWebService
by UniqueId.PublishedWebService
SchedulerSession. getPublishedWebServiceByWSName(String name)
Get thePublishedWebService
by WSName.PublishedWebService
SchedulerSession. getPublishedWebServiceByWSName(String name, Long branchedLLPVersion)
Get thePublishedWebService
by WSName.PublishedWebService
SchedulerSession. getPublishedWebServiceByWSUnique(Long isolationGroup, String name)
Get thePublishedWebService
by WSUnique.PublishedWebService
SchedulerSession. getPublishedWebServiceByWSUnique(Long isolationGroup, String name, Long branchedLLPVersion)
Get thePublishedWebService
by WSUnique.Methods in com.redwood.scheduler.api.model that return types with arguments of type PublishedWebService Modifier and Type Method Description RWIterable<PublishedWebService>
JobDefinition. getPublishedWebServices()
Get anRWIterable
over an ordered collection ofPublishedWebServices
.Methods in com.redwood.scheduler.api.model with parameters of type PublishedWebService Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(PublishedWebService thePublishedWebService)
void
ConcreteObjectCallback. handle(PublishedWebService thePublishedWebService)
-
Uses of PublishedWebService in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type PublishedWebService Modifier and Type Method Description Iterator<PublishedWebService>
JobDefinitionComp. getPublishedWebServices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getPublishedWebServices()
instead.
-