Module: TeamForge::IntegrationDataApp
- Defined in:
- lib/teamforge/services/integrationdataapp.rb
Constant Summary collapse
- GetDataByKey =
IntegrationDataApp Messages
TFSoapRequest.new(:session_id, :namespace_id, :object_id, :key)
- GetData =
TFSoapRequest.new(:session_id, :namespace_id, :object_id)
- GetNamespaceId =
TFSoapRequest.new(:session_id, :name)
- PutDataByKey =
TFSoapRequest.new(:session_id, :namespace_id, :object_id, :key, :value)
- PutData =
TFSoapRequest.new(:session_id, :namespace_id, :object_id, :named_values)
- RegisterNamespace =
TFSoapRequest.new(:session_id, :name)
- RemoveDataByKey =
TFSoapRequest.new(:session_id, :namespace_id, :object_id, :key)
- RemoveData =
TFSoapRequest.new(:session_id, :namespace_id, :object_id, :keys)
- SoapNamedValues =
IntegrationDataApp Types
TFType.new(:names,:values, :attributes!)