Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask.Task
Packages that use Task
Package
Description
-
Uses of Task in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with type parameters of type TaskModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<Task,SAP__Message> Task._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<Task>Task.ALL_FIELDSSelector for all available fields of Task.static final SimpleProperty.String<Task>Task.COUNTRYstatic final SimpleProperty.String<Task>Task.REPORTING_YEARstatic final SimpleProperty.String<Task>Task.STATRY_RPT_CATEGORYstatic final SimpleProperty.Date<Task>static final SimpleProperty.Date<Task>static final SimpleProperty.Date<Task>static final SimpleProperty.String<Task>static final SimpleProperty.Guid<Task>Task.STATRY_RPT_TASK_UUIDstatic final SimpleProperty.String<Task>Task.STATRY_RPTG_ENTITYstatic final NavigationProperty.Collection<Task,Phase> Task.TO__PHASEUse with available request builders to apply the _Phase navigation property to query operations.static final NavigationProperty.Single<Activity,Task> Activity.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.static final NavigationProperty.Single<Phase,Task> Phase.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.static final NavigationProperty.Single<Run,Task> Run.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.static final NavigationProperty.Single<RunParameter,Task> RunParameter.TO__TASKUse with available request builders to apply the _Task navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return TaskMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask that return types with arguments of type TaskModifier and TypeMethodDescriptionio.vavr.control.Option<Task>Activity.getTaskIfPresent()Retrieval of associated Task entity (one to one).io.vavr.control.Option<Task>Phase.getTaskIfPresent()Retrieval of associated Task entity (one to one).io.vavr.control.Option<Task>Run.getTaskIfPresent()Retrieval of associated Task entity (one to one).io.vavr.control.Option<Task>RunParameter.getTaskIfPresent()Retrieval of associated Task entity (one to one).Task.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type TaskModifier and TypeMethodDescriptionvoidOverwrites the associated Task entity for the loaded navigation property _Task.voidOverwrites the associated Task entity for the loaded navigation property _Task.voidOverwrites the associated Task entity for the loaded navigation property _Task.voidOverwrites the associated Task entity for the loaded navigation property _Task.Navigation property _Task for Activity to single Task.Navigation property _Task for Phase to single Task.Navigation property _Task for Run to single Task.Navigation property _Task for RunParameter to single Task.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingtask with parameters of type TaskModifierConstructorDescriptionActivity(UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptActivityId, String statryRptActivityType, String statryRptActivityPhase, String statryRptActivityStatus, LocalDate statryRptTaskDueDate, Collection<SAP__Message> _Messages, Phase to_Phase, List<Run> to_Run, Task to_Task) Phase(UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptCatPhase, LocalDate statryRptDueDate, String statryRptPhaseStatus, Collection<SAP__Message> _Messages, List<Activity> to_Activity, Task to_Task) Run(UUID statryRptRunUUID, UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptRunID, String statryRptRunStatus, String statryRptRunType, OffsetDateTime statryRptSubmittedDateTime, String statryRptCatPhase, String statryRptDef, LocalDate statryRptTaskPeriodStartDate, LocalDate statryRptTaskPeriodEndDate, LocalDate statryRptTaskDueDate, String reportingYear, String applicationJobName, Collection<SAP__Message> _Messages, Activity to_Activity, List<RunParameter> to_RunParameter, Task to_Task) RunParameter(UUID statryRptRunParamUUID, UUID statryRptRunUUID, UUID statryRptActivityUUID, UUID statryRptPhaseUUID, UUID statryRptTaskUUID, String statryRptgEntity, String statryRptCategory, String statryRptRunParamID, String statryRptRunParamRngeSign, String statryRptRunParamRngeOption, String statryRptRunParamRngeLowValue, String statryRptRunParamRngeHighValue, Run to_Run, Task to_Task) -
Uses of Task in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type TaskModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.countTask()StatutoryReportingTaskService.countTask()Fetch the number of entries from theTaskentity collection matching the filter and search expressions.DefaultStatutoryReportingTaskService.createTask(Task task) StatutoryReportingTaskService.createTask(Task task) Create a newTaskentity and save it to the S/4HANA system.DefaultStatutoryReportingTaskService.deleteTask(Task task) StatutoryReportingTaskService.deleteTask(Task task) Deletes an existingTaskentity in the S/4HANA system.DefaultStatutoryReportingTaskService.getAllTask()StatutoryReportingTaskService.getAllTask()Fetch multipleTaskentities.DefaultStatutoryReportingTaskService.getTaskByKey(UUID statryRptTaskUUID) StatutoryReportingTaskService.getTaskByKey(UUID statryRptTaskUUID) Fetch a singleTaskentity using key fields.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type TaskModifier and TypeMethodDescriptionDefaultStatutoryReportingTaskService.createTask(Task task) StatutoryReportingTaskService.createTask(Task task) Create a newTaskentity and save it to the S/4HANA system.DefaultStatutoryReportingTaskService.deleteTask(Task task) StatutoryReportingTaskService.deleteTask(Task task) Deletes an existingTaskentity in the S/4HANA system.