Class MaintOrderOpRelationshipByKeyFluentHelper

All Implemented Interfaces:
FluentHelperExecutable<Object>

Fluent helper to fetch a single MaintOrderOpRelationship entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself.
  • Constructor Details

    • MaintOrderOpRelationshipByKeyFluentHelper

      public MaintOrderOpRelationshipByKeyFluentHelper(@Nonnull String servicePath, @Nonnull String entityCollection, String maintenanceOrder, String maintenanceOrderOperation, String maintenanceOrderSubOperation, Boolean maintOrdOperationIsSuccessor, String relatedMaintenanceOrder, String relatedMaintOrderOperation, String orderOpRelationshipIntType)
      Creates a fluent helper object that will fetch a single MaintOrderOpRelationship entity with the provided key field values. To perform execution, call the executeRequest method on the fluent helper object.
      Parameters:
      maintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      entityCollection - Entity Collection to be used to fetch a single MaintOrderOpRelationship
      maintenanceOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      relatedMaintOrderOperation - Maintenance Order Operation

      Constraints: Not nullable, Maximum length: 4

      orderOpRelationshipIntType - Type of relationship

      Constraints: Not nullable, Maximum length: 2

      maintenanceOrderSubOperation - Maintenance Order Suboperation

      Constraints: Not nullable, Maximum length: 4

      servicePath - Service path to be used to fetch a single MaintOrderOpRelationship
      relatedMaintenanceOrder - Order Number

      Constraints: Not nullable, Maximum length: 12

      maintOrdOperationIsSuccessor - Indicator: Activity is successor to selected activity

      Constraints: Not nullable

  • Method Details