Package com.technia.dsx.threedspace
Interface SpaceService
- All Superinterfaces:
com.technia.dsx.common.AppService
public interface SpaceService
extends com.technia.dsx.common.AppService
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CSRF Token resolver used to resolve tokens to prevent the cross site request forgery to occur.See also: https://media.3ds.com/support/documentation/developer/Cloud/en/DSDocNS.htm?show=CAAEngineeringWS/dseng_v1.htmWhen using this service, you need to both construct and handle the payload in a custom way.Returns thelife cycle service
, which allows performing various kind of life cycle related operations.Returns the People and Organization Service (PNO)Returns thezone query service
, which can be used to perform various kind of expand / select calls.Methods inherited from interface com.technia.dsx.common.AppService
getServiceType
-
Method Details
-
getCSRFTokenResolver
CSRFTokenResolver getCSRFTokenResolver()Returns the CSRF Token resolver used to resolve tokens to prevent the cross site request forgery to occur.- Returns:
- A CSRF Token resolver.
-
getPnOService
PnOService getPnOService()Returns the People and Organization Service (PNO)- Returns:
- The people and organization service
-
getGenericService
GenericService getGenericService()When using this service, you need to both construct and handle the payload in a custom way.- Returns:
- A generic service class that can be used to call any 3D Space service method that we lack a typed API for.
-
getLifecycleService
LifecycleService getLifecycleService()Returns thelife cycle service
, which allows performing various kind of life cycle related operations.- Returns:
-
getZoneQueryService
ZoneQueryService getZoneQueryService()Returns thezone query service
, which can be used to perform various kind of expand / select calls.- Returns:
- A
ZoneQueryService
instance
-
getEngItemService
EngItemService getEngItemService()See also: https://media.3ds.com/support/documentation/developer/Cloud/en/DSDocNS.htm?show=CAAEngineeringWS/dseng_v1.htm- Returns:
- The
EngItemService
-
getEngInstanceService
EngInstanceService getEngInstanceService() -
getEnterpriseReferenceService
EnterpriseReferenceService getEnterpriseReferenceService() -
getConfigService
ConfigService getConfigService() -
getChangeControlService
ChangeControlService getChangeControlService() -
getDocumentService
DocumentService getDocumentService() -
getIssueService
IssueService getIssueService() -
getChangeOrderService
ChangeOrderService getChangeOrderService() -
getChangeActionService
ChangeActionService getChangeActionService() -
getChangeRequestService
ChangeRequestService getChangeRequestService() -
getManufacturingItemService
ManufacturingItemService getManufacturingItemService() -
getManufacturingInstanceService
ManufacturingInstanceService getManufacturingInstanceService() -
getManufacturingAssignmentFilterService
ManufacturingAssignmentFilterService getManufacturingAssignmentFilterService() -
getResultingEngItemService
ResultingEngItemService getResultingEngItemService() -
getScopedEngItemService
ScopedEngItemService getScopedEngItemService() -
getProjectManagementService
ProjectManagementService getProjectManagementService()
-