Interface TechnicalObject
- All Known Implementing Classes:
TechnicalObjectImpl
public interface TechnicalObject
Technical Object service interface
Service description here.
Service description here.
- Since:
- 9.2
- GCApi:
- ws
-
Method Summary
Modifier and TypeMethodDescriptiondelete(TechnicalObjectDeleteRequest request) insert(TechnicalObjectInsertRequest request) update(TechnicalObjectUpdateRequest request) upsert(TechnicalObjectUpsertRequest request)
-
Method Details
-
insert
- Throws:
RemoteException
-
update
- Throws:
RemoteException
-
upsert
- Throws:
RemoteException
-
delete
- Throws:
RemoteException
-