ObjectTranslationRESTService Methods |
The ObjectTranslationRESTService type exposes the following members.
Name | Description | |
---|---|---|
CheckQueryStringParameters |
Checks WHERE, ORDER BY and COLUMNS query string parameters so non-admin users cannot use malicious code (= SQL injection protection).
(Inherited from BaseRESTService.) | |
CreateCurrentSiteObject |
Creates an object of given type specified by it's parameters.
(Inherited from RESTService.) | |
CreateGlobalObject |
Creates global object of given type.
(Inherited from RESTService.) | |
CreateObject |
Creates an object of given type specified by it's parameters.
(Inherited from RESTService.) | |
CreateSiteObject |
Creates an object of given type specified by it's parameters.
(Inherited from RESTService.) | |
DeleteCurrentSiteObject |
Deletes object of given type with given name from current site.
(Inherited from RESTService.) | |
DeleteGlobalObject |
Deletes global object of given type with given name.
(Inherited from RESTService.) | |
DeleteObject |
Deletes object of given type with specified ID. If ID is not integer, than it's considered object name and
object from current site with given name is returned.
(Inherited from RESTService.) | |
DeleteObjectInternal |
Deletes given objects and returns it as a result.
(Inherited from BaseRESTService.) | |
DeleteObjects |
Deletes object of given type satisfying given parameters (WHERE/TOPN).
(Inherited from RESTService.) | |
DeleteSiteObject |
Deletes object of given type with given name from specified site.
(Inherited from RESTService.) | |
EnsureCorrectFormat(DataSet, String) |
Ensures correct serialization format of given DataSet.
(Inherited from BaseRESTService.) | |
EnsureCorrectFormat(DataTable, String) |
Ensures correct serialization format of given DataTable.
(Inherited from BaseRESTService.) | |
EnsureSensitiveColumns |
Clears sensitive column values if needed.
(Inherited from BaseRESTService.) | |
GetAllObjects |
Returns all objects of given object type.
(Inherited from RESTService.) | |
GetBindings |
Returns list of binding objects of given type.
(Inherited from RESTService.) | |
GetBindingsObjectTypes |
Returns list of binding object types of given object.
(Inherited from RESTService.) | |
GetChildObjectTypes |
Returns list of child object types of given object.
(Inherited from RESTService.) | |
GetChildren |
Returns list of child objects of given type.
(Inherited from RESTService.) | |
GetCurrentSiteObject |
Returns object of given type with given name from current site.
(Inherited from RESTService.) | |
GetCurrentSiteObjects |
Returns objects of given type from current site.
(Inherited from RESTService.) | |
GetExportSettings |
Creates ExportObjectSettings object from query string parameters.
(Overrides BaseRESTServiceGetExportSettings(String).) | |
GetGlobalObject |
Returns global object of given type with given name.
(Inherited from RESTService.) | |
GetGlobalObjects |
Returns global objects of given type.
(Inherited from RESTService.) | |
GetHashForURL |
Returns hash string which can be than used for given URL instead of authentication.
(Inherited from RESTService.) | |
GetMacroResult |
Returns the result of the macro expression.
(Inherited from RESTService.) | |
GetObject |
Returns object of given type with specified ID. If ID is not integer, than it's considered object name and
object from current site with given name is returned.
(Inherited from RESTService.) | |
GetObjectByIDInternal(String, String) |
Returns object of given type with specified ID.
(Inherited from BaseRESTService.) | |
GetObjectByIDInternal(String, String, Boolean) |
Returns object of given type with specified ID.
(Inherited from BaseRESTService.) | |
GetObjectByNameInternal(String, String, String) |
Returns object of given type with specified name from specified site.
(Inherited from BaseRESTService.) | |
GetObjectByNameInternal(String, String, String, Boolean) |
Returns object of given type with specified name from specified site.
(Inherited from BaseRESTService.) | |
GetObjectDataSetFeed |
Returns SyndicationFeed of object dataset.
(Inherited from BaseRESTService.) | |
GetObjects(String) |
Returns list of objects of given type.
(Inherited from RESTService.) | |
GetObjects(String, TraverseObjectSettings) |
Returns list of objects of given type.
(Inherited from BaseRESTService.) | |
GetResponse |
Returns response for modifying methods - ID and GUID of the modified object.
(Inherited from BaseRESTService.) | |
GetServiceDocument |
Exposes Service Document (available data).
(Inherited from RESTService.) | |
GetSiteList |
Exposes the list of all sites.
(Inherited from RESTService.) | |
GetSiteObject |
Returns object of given type with given name from specified site.
(Inherited from RESTService.) | |
GetSiteObjects |
Returns objects of given type from specified site.
(Inherited from RESTService.) | |
GetStream |
Returns proper stream from given object.
(Overrides BaseRESTServiceGetStream(Object, String, TraverseObjectSettings).) | |
GetTotalRecordsTable |
Returns table containing one column and one row with total records number.
(Inherited from BaseRESTService.) | |
GetTranslation |
Returns XLIFF translation of the given object.
| |
IsAuthorizedForObject(String, String, PermissionsEnum) |
Returns true if current user is granted with specified permission to process operation on the given objecttype.
(Inherited from BaseRESTService.) | |
IsAuthorizedForObject(BaseInfo, PermissionsEnum, String) |
Returns true if current user is granted with specified permission to process operation on the given objecttype.
(Inherited from BaseRESTService.) | |
IsObjectTypeAllowed |
Returns true if given object type is allowed to be accessible by the service.
(Inherited from BaseRESTService.) | |
ReturnForbiddenStatus |
Sets the response status to Forbidden.
(Inherited from BaseRESTService.) | |
ReturnNotFoundStatus |
Sets the response status to Not found.
(Inherited from BaseRESTService.) | |
ReturnSiteNotFoundStatus |
Sets the response status to Not found with a comment that the site does not exist.
(Inherited from BaseRESTService.) | |
SetObjectInternal |
Deletes given objects and returns it as a result.
(Inherited from BaseRESTService.) | |
SetToken |
Validates user name and password and sets security token which will protect application against CSRF.
(Inherited from RESTService.) | |
UpdateCurrentSiteObject |
Updates object of given type with given name from current site.
(Inherited from RESTService.) | |
UpdateGlobalObject |
Updates global object of given type with given name.
(Inherited from RESTService.) | |
UpdateObject |
Updates object of given type with specified ID. If ID is not integer, than it's considered object name and
object from current site with given name is returned.
(Inherited from RESTService.) | |
UpdateSiteObject |
Updates object of given type with given name from specified site.
(Inherited from RESTService.) |