Uses of Interface
com.redwood.scheduler.api.model.SAPLogError
-
Packages that use SAPLogError Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPLogError in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPLogError Modifier and Type Field Description static QueryObjectType<SAPLogError>
SAPLogError. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPLogError Modifier and Type Method Description SAPLogError
SAPSystem. createSAPLogError()
Create a newSAPLogError
linked to this object.SAPLogError
SchedulerSession. getSAPLogErrorByUniqueId(Long uniqueId)
Get theSAPLogError
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPLogError Modifier and Type Method Description RWIterable<SAPLogError>
SAPSystem. getSAPLogErrors()
Get anRWIterable
over an ordered collection ofSAPLogErrors
.Methods in com.redwood.scheduler.api.model with parameters of type SAPLogError Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPLogError theSAPLogError)
void
ConcreteObjectCallback. handle(SAPLogError theSAPLogError)
-
Uses of SAPLogError in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPLogError Modifier and Type Method Description Iterator<SAPLogError>
SAPSystemComp. getSAPLogErrors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLogErrors()
instead.
-