public class SpecStatusSchemaByKeyFluentHelper extends FluentHelperByKey<SpecStatusSchemaByKeyFluentHelper,SpecStatusSchema,SpecStatusSchemaSelectable>
SpecStatusSchema
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before executing
the query itself.Constructor and Description |
---|
SpecStatusSchemaByKeyFluentHelper(String servicePath,
String specificationType,
String specificationHdrStsSchema)
Creates a fluent helper object that will fetch a single
SpecStatusSchema entity
with the provided key field values. |
Modifier and Type | Method and Description |
---|---|
protected Class<SpecStatusSchema> |
getEntityClass()
Returns a class object of the type this fluent helper works with.
|
protected Map<String,Object> |
getKey()
Getter for a map containing the OData name of key properties, each mapped to the value to search by.
|
execute, getQueryBuilder, select, toQuery, withErrorHandler, withQueryParameter
cachingMetadata, getHeadersForRequestAndImplicitRequests, getHeadersForRequestOnly, getParametersForRequestOnly, getServicePath, getThis, getVersionIdentifier, isCachingMetadata, withHeader, withHeaders, withoutCachingMetadata
public SpecStatusSchemaByKeyFluentHelper(@Nonnull String servicePath, String specificationType, String specificationHdrStsSchema)
SpecStatusSchema
entity
with the provided key field values. To perform execution, call the execute
method on the fluent
helper object.specificationHdrStsSchema
- The status scheme defines the initial status and the possible transitions from one status to another.
Constraints: Not nullable, Maximum length: 20
servicePath
- Service path to be used to fetch a single SpecStatusSchema
specificationType
- Specifies the subobject type. You can define the default status scheme at subobject type level. In PLM
Web UI, if you select a subobject type and then select the Status tab, the system automatically
displays this default status scheme. This applies only for objects that have subobject types. If an
object does not have a subobject type, you leave this field empty.
Constraints: Not nullable, Maximum length: 20
@Nonnull protected Class<SpecStatusSchema> getEntityClass()
FluentHelperBasic
getEntityClass
in class FluentHelperBasic<SpecStatusSchemaByKeyFluentHelper,SpecStatusSchema,SpecStatusSchema>
@Nonnull protected Map<String,Object> getKey()
FluentHelperByKey
getKey
in class FluentHelperByKey<SpecStatusSchemaByKeyFluentHelper,SpecStatusSchema,SpecStatusSchemaSelectable>
Copyright © 2019 SAP SE. All rights reserved.