Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.WorkItem
Packages that use WorkItem
Package
Description
-
Uses of WorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type parameters of type WorkItemModifier and TypeFieldDescriptionstatic final WorkPackageLink<WorkItem>WorkPackage.TO_WORK_ITEM_SETUse with available fluent helpers to apply the WorkItemSet navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return WorkItemModifier and TypeMethodDescriptionWorkItem.WorkItemBuilder.build()protected WorkItemWorkItemCreateFluentHelper.getEntity()protected WorkItemWorkItemDeleteFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return types with arguments of type WorkItemModifier and TypeMethodDescriptionWorkPackage.fetchWorkItemSet()Fetches the WorkItem entities (one to many) associated with this entity.WorkItemByKeyFluentHelper.getEntityClass()WorkItemFluentHelper.getEntityClass()WorkItem.getType()WorkPackage.getWorkItemSetIfPresent()Retrieval of associated WorkItem entities (one to many).WorkPackage.getWorkItemSetOrFetch()Retrieval of associated WorkItem entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkItemModifier and TypeMethodDescriptionvoidWorkPackage.addWorkItemSet(WorkItem... entity) Adds elements to the list of associated WorkItem entities.WorkPackage.WorkPackageBuilder.workItemSet(WorkItem... value) Navigation property WorkItemSet for WorkPackage to multiple WorkItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with type arguments of type WorkItemModifier and TypeMethodDescriptionvoidWorkPackage.setWorkItemSet(List<WorkItem> value) Overwrites the list of associated WorkItem entities for the loaded navigation property WorkItemSet.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject with parameters of type WorkItemModifierConstructorDescriptionWorkItemCreateFluentHelper(String servicePath, WorkItem entity, String entityCollection) Creates a fluent helper object that will create aWorkItementity on the OData endpoint.WorkItemDeleteFluentHelper(String servicePath, WorkItem entity, String entityCollection) Creates a fluent helper object that will delete aWorkItementity on the OData endpoint. -
Uses of WorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.batch with parameters of type WorkItemModifier and TypeMethodDescriptionCommercialProjectServiceBatchChangeSet.createWorkItem(WorkItem workItem) Create a newWorkItementity and save it to the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.createWorkItem(WorkItem workItem) CommercialProjectServiceBatchChangeSet.deleteWorkItem(WorkItem workItem) Deletes an existingWorkItementity in the S/4HANA system.DefaultCommercialProjectServiceBatchChangeSet.deleteWorkItem(WorkItem workItem) -
Uses of WorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link that return types with arguments of type WorkItemModifier and TypeMethodDescriptionWorkItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.link with type arguments of type WorkItemModifier and TypeMethodDescriptionprotected WorkItemLink<ObjectT>WorkItemLink.translateLinkType(EntityLink<WorkItemLink<ObjectT>, WorkItem, ObjectT> link) -
Uses of WorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type WorkItemModifier and TypeMethodDescriptionCommercialProjectService.createWorkItem(WorkItem workItem) Deprecated.Create a newWorkItementity and save it to the S/4HANA system.DefaultCommercialProjectService.createWorkItem(WorkItem workItem) Deprecated.CommercialProjectService.deleteWorkItem(WorkItem workItem) Deprecated.Deletes an existingWorkItementity in the S/4HANA system.DefaultCommercialProjectService.deleteWorkItem(WorkItem workItem) Deprecated.