Namespace sap.apf.core


Namespaces & Classes
MessageObjectThe message object represents the APF specific message object for detailed evaluation.
ReadRequestFacade for sap.apf.core.Request for getting data via the OData protocol.
ReadRequestByRequiredFilterFacade for sap.apf.core.Request for getting data via the OData protocol.
Method Summary
getActiveStep()Returns active step, currently selected step, of analysis path.
getCumulativeFilterUpToActiveStep()Returns the cumulative filter up to the active step (included) and the context
setActiveStep(oStep)Sets handed over step as the active one.
Method Detail
getActiveStep(): sap.apf.core.StepModule: sap/apf/core/instance
Returns active step, currently selected step, of analysis path.
Returns:
{sap.apf.core.Step}
getCumulativeFilterUpToActiveStep(): jQuery.Deferred.promiseModule: sap/apf/core/instance
Returns the cumulative filter up to the active step (included) and the context
Returns:
{jQuery.Deferred.promise} Promise will be resolved with {sap.apf.core.utils.Filter}
setActiveStep(oStep)Module: sap/apf/core/instance
Sets handed over step as the active one.
Parameters:
{sap.apf.core.Step}oStep The step to be set as active