Uses of Interface
com.redwood.scheduler.api.model.SAPProcessDefinition
-
Packages that use SAPProcessDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPProcessDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPProcessDefinition Modifier and Type Field Description static QueryObjectType<SAPProcessDefinition>
SAPProcessDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPProcessDefinition Modifier and Type Method Description SAPProcessDefinition
SAPProcessChain. createSAPProcessDefinition()
Create a newSAPProcessDefinition
linked to this object.SAPProcessDefinition
SAPProcessRestart. getSAPProcessDefinition()
Get the SAPProcessDefinition.static SAPProcessDefinition
BusinessKeyLookup. getSAPProcessDefinitionByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPProcessDefinition
, based on its business key.SAPProcessDefinition
BusinessKeyResolver. getSAPProcessDefinitionByKey(BusinessKey key)
Query an instance ofSAPProcessDefinition
, based on its business key.SAPProcessDefinition
SAPProcessChain. getSAPProcessDefinitionByProcessTypeProcessVariant(String processType, String processVariant)
Get the SAPProcessDefinition by TypeInstanceSAPProcessChain.SAPProcessDefinition
SchedulerSession. getSAPProcessDefinitionByUniqueId(Long uniqueId)
Get theSAPProcessDefinition
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPProcessDefinition Modifier and Type Method Description RWIterable<SAPProcessDefinition>
SAPProcessChain. getSAPProcessDefinitions()
Get anRWIterable
over an ordered collection ofSAPProcessDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type SAPProcessDefinition Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPProcessDefinition theSAPProcessDefinition)
void
ConcreteObjectCallback. handle(SAPProcessDefinition theSAPProcessDefinition)
-
Uses of SAPProcessDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPProcessDefinition Modifier and Type Method Description Iterator<SAPProcessDefinition>
SAPProcessChainComp. getSAPProcessDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPProcessChain.getSAPProcessDefinitions()
instead.
-