Uses of Interface
com.redwood.scheduler.api.model.SAPProcessChain
-
Packages that use SAPProcessChain Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPProcessChain in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPProcessChain Modifier and Type Field Description static QueryObjectType<SAPProcessChain>
SAPProcessChain. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPProcessChain Modifier and Type Method Description SAPProcessChain
SAPSystem. createSAPProcessChain()
Create a newSAPProcessChain
linked to this object.SAPProcessChain
SAPProcessDefinition. getSAPProcessChain()
Get the SAPProcessChain.static SAPProcessChain
BusinessKeyLookup. getSAPProcessChainByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPProcessChain
, based on its business key.SAPProcessChain
BusinessKeyResolver. getSAPProcessChainByKey(BusinessKey key)
Query an instance ofSAPProcessChain
, based on its business key.SAPProcessChain
SAPSystem. getSAPProcessChainByName(String name)
Get the SAPProcessChain by NameSAPSystem.SAPProcessChain
SchedulerSession. getSAPProcessChainByUniqueId(Long uniqueId)
Get theSAPProcessChain
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPProcessChain Modifier and Type Method Description RWIterable<SAPProcessChain>
SAPSystem. getSAPProcessChains()
Get anRWIterable
over an ordered collection ofSAPProcessChains
.Methods in com.redwood.scheduler.api.model with parameters of type SAPProcessChain Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPProcessChain theSAPProcessChain)
void
ConcreteObjectCallback. handle(SAPProcessChain theSAPProcessChain)
-
Uses of SAPProcessChain in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPProcessChain Modifier and Type Method Description Iterator<SAPProcessChain>
SAPSystemComp. getSAPProcessChains()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPProcessChains()
instead.
-