IRESTService Methods |
The IRESTService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateCurrentSiteObject |
Creates object of given type with given name and assigns it to current site.
|
![]() | CreateGlobalObject |
Creates global object of given type.
|
![]() | CreateObject |
Creates an object of given type specified by it's parameters.
|
![]() | CreateSiteObject |
Creates object of given type with given name assigns it to specified site.
|
![]() | DeleteCurrentSiteObject |
Deletes object of given type with given name from current site.
|
![]() | DeleteGlobalObject |
Deletes global object of given type with given name.
|
![]() | 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.
|
![]() | DeleteObjects |
Deletes object of given type satisfying given parameters (WHERE/TOPN).
|
![]() | DeleteSiteObject |
Deletes object of given type with given name from specified site.
|
![]() | GetAllObjects |
Returns all objects of given object type.
|
![]() | GetBindings |
Returns specific binding objects of an object of given type with specified ID.
|
![]() | GetBindingsObjectTypes |
Returns list of binding object types of given object.
|
![]() | GetChildObjectTypes |
Returns list of child object types of given object.
|
![]() | GetChildren |
Returns specific child objects of an object of given type with specified ID.
|
![]() | GetCurrentSiteObject |
Returns object of given type with given name from current site.
|
![]() | GetCurrentSiteObjects |
Returns objects of given type from current site.
|
![]() | GetGlobalObject |
Returns global object of given type with given name.
|
![]() | GetGlobalObjects |
Returns global objects of given type.
|
![]() | GetHashForURL |
Returns hash string which can be than used for given URL instead of authentication.
|
![]() | GetMacroResult |
Returns the result of the macro expression.
|
![]() | 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.
|
![]() | GetObjects |
Returns objects of given type from current site.
|
![]() | GetServiceDocument |
Exposes Service Document (available data).
|
![]() | GetSiteList |
Exposes the list of all sites.
|
![]() | GetSiteObject |
Returns object of given type with given name from specified site.
|
![]() | GetSiteObjects |
Returns objects of given type from specified site.
|
![]() | SetToken |
Validates user name and password and sets security token which will protect application against CSRF.
|
![]() | UpdateCurrentSiteObject |
Updates object of given type with given name from current site.
|
![]() | UpdateGlobalObject |
Updates global object of given type with given name.
|
![]() | 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.
|
![]() | UpdateSiteObject |
Updates object of given type with given name from specified site.
|