Return Type |
Signature |
AddObjectRemark( |
|
CheckAppLicense( |
|
CheckAppLicenseSimple( |
|
CheckMobileAppVersion( |
|
CreateChangeSubscription( |
|
DeleteChangeSubscription( |
|
GetChangedObjects( |
|
GetCurrentUser( |
|
GetDeleteAction( |
|
GetExtendedUserFeatures( |
|
GetLanguageFromCountrycode( |
|
GetLocaleFromCountryCode( |
|
GetMindbreezeFacetPropValues( |
|
GetMindbreezeQueryConstraints( |
|
GetMobileTaskPaneMenus( |
|
GetObjectHistory( |
|
GetObjectRemarks( |
|
GetObjectStateDisplay( |
|
GetSearchFolderResults( |
|
GetUserData( |
|
GetUserRoleData( |
|
HttpGet( |
|
HttpPost( |
|
JSON2Address( |
|
JSON2Products( |
|
SetRequestLanguage( |
|
SetRequestLocale( |
|
UpdateChangeSubscriptionObjects( |
FSCOWSSTDSERVICES@1.1001:AddObjectRemark
http(s)://urlhead/webdav/[<b>COO.x.y.a.b</b>-FSCFOLIO_1_100_boaddreferences]/<b>Screenshot.jpg</b>
whereCOO.x.y.a.b
is the object where the remark should be addedScreenshot.jpg
is the name and extension of the document to import
void
FSCOWSSTDSERVICES@1.1001:AddObjectRemark(
object
obj,
optional string
textremark,
optional string
event,
optional datetime
timestamp,
optional AttachmentType[]
attachments)
Name |
Description |
obj |
the object
|
textremark |
the user entered text of the remark
|
event |
the textual description of the remark
|
timestamp |
the timestamp of the remark
|
attachments |
the list of attachments assigned to the remark
|
Additional Information
FSCOWSSTDSERVICES@1.1001:CheckAppLicense
LicenseCheck
FSCOWSSTDSERVICES@1.1001:CheckAppLicense(
out retval LicenseCheck
licenseinfo,
string
appref,
optional boolean
setappactivated)
Name |
Description |
licenseinfo |
the license info
|
appref |
a fully qualified reference or a coo address of an app
|
setappactivated |
can change the activation state
|
Additional Information
FSCOWSSTDSERVICES@1.1001:CheckAppLicenseSimple
LicenseCheck
FSCOWSSTDSERVICES@1.1001:CheckAppLicenseSimple(
out retval LicenseCheck
licenseinfo,
string
appref)
Name |
Description |
licenseinfo |
the license info
|
appref |
a fully qualified reference or a coo address of an app
|
Additional Information
FSCOWSSTDSERVICES@1.1001:CheckMobileAppVersion
JSAPIMobileAppVersion
FSCOWSSTDSERVICES@1.1001:CheckMobileAppVersion(
App
app,
string
platform,
out retval JSAPIMobileAppVersion
mobileappversion)
Name |
Description |
app |
coo address of a cloud app
|
platform |
string with the name of the platform
|
mobileappversion |
struct that contains the available mobile app versions
|
Additional Information
FSCOWSSTDSERVICES@1.1001:CreateChangeSubscription
string
FSCOWSSTDSERVICES@1.1001:CreateChangeSubscription(
out retval string
subscription)
Name |
Description |
subscription |
the created change subscription
|
Additional Information
FSCOWSSTDSERVICES@1.1001:DeleteChangeSubscription
void
FSCOWSSTDSERVICES@1.1001:DeleteChangeSubscription(
object
subscription)
Name |
Description |
subscription |
the change subscription
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetChangedObjects
refdate
.
dictionary
FSCOWSSTDSERVICES@1.1001:GetChangedObjects(
ref datetime
refdate,
ref optional string[]
objects,
optional boolean
system,
optional string
subscription,
optional integer
version,
optional string[]
attrlist,
out retval dictionary
response)
Name |
Description |
refdate |
in : Date and time used for date comparision.
out : Date and time until modifications are considered |
objects |
in : List of objects or object addresses to check.
out : List of objects or object addresses which are changed since refdate |
system |
true if also noteless changes should be included |
subscription |
the change subscription to be checked for changes
|
version |
the response version (default: version 1)
|
attrlist |
the attributes which should be included in the response (version 2 only)
|
response |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetCurrentUser
UserData
FSCOWSSTDSERVICES@1.1001:GetCurrentUser(
out retval UserData
userdata,
optional boolean
includewebservices,
optional boolean
includefriendlyurls)
Name |
Description |
userdata |
Contains the user data.
|
includewebservices |
When true, all web service definitions will be iterated and provide information
about the implemented web service actions via feature detection.
|
includefriendlyurls |
When true, all friendlyurlconfigs will be iterated and provide information
about the implemented friendlyurl actions via feature detection.
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetDeleteAction
void
FSCOWSSTDSERVICES@1.1001:GetDeleteAction(
object
container,
object[]
selobjects,
integer
lastresult,
out string
caption,
out string
question,
out boolean
enhanced,
ref object
delaction,
optional boolean
shiftkeypressed,
ref optional object
deltarget,
ref optional object
delapplication)
Name |
Description |
container |
|
selobjects |
|
lastresult |
|
caption |
|
question |
|
enhanced |
|
delaction |
|
shiftkeypressed |
|
deltarget |
|
delapplication |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetExtendedUserFeatures
UserFeature[]
FSCOWSSTDSERVICES@1.1001:GetExtendedUserFeatures(
out retval UserFeature[]
userfeatures)
Name |
Description |
userfeatures |
Contains the list of user features.
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetLanguageFromCountrycode
Language
FSCOWSSTDSERVICES@1.1001:GetLanguageFromCountrycode(
string
countrycode,
out retval Language
lang)
Name |
Description |
countrycode |
The countrycode can either be an object address or an language string (e.g. "de" or "de-at")
|
lang |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetLocaleFromCountryCode
Locale
FSCOWSSTDSERVICES@1.1001:GetLocaleFromCountryCode(
string
countrycode,
out retval Locale
locale)
Name |
Description |
countrycode |
The countrycode can either be an object address or an language string (e.g. "en" or "en-US")
|
locale |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetMindbreezeFacetPropValues
JSAPIMindbreezeFacetValues[]
FSCOWSSTDSERVICES@1.1001:GetMindbreezeFacetPropValues(
object
obj,
JSAPIMindbreezeFacet[]
facets,
out retval JSAPIMindbreezeFacetValues[]
result,
out JSAPIError[]
errors)
Name |
Description |
obj |
|
facets |
|
result |
|
errors |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetMindbreezeQueryConstraints
dictionary
FSCOWSSTDSERVICES@1.1001:GetMindbreezeQueryConstraints(
object
obj,
out retval dictionary
queryconstraints)
Name |
Description |
obj |
the current object for which mindbreeze query constraints should be returned.
|
queryconstraints |
the query constraints which will be passed from the base method.
@see GetMindbreezeQueryConstraintsImpl
@see MQC_GENERAL
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetMobileTaskPaneMenus
MobileTaskPaneMenu[]
FSCOWSSTDSERVICES@1.1001:GetMobileTaskPaneMenus(
object
containerobject,
optional AttributeDefinition
containerview,
optional object
selectedobject,
optional Breadcrumb[]
breadcrumb,
out retval MobileTaskPaneMenu[]
result,
out JSAPIError[]
errors)
Name |
Description |
containerobject |
The object (compound object) for which the menus are calculated,
or the parent of the selected object (content object) for which the menus are calculated. |
containerview |
The view (attribute definition) for which the menus are calculated,
or the parent view of the selected object (content object) for which the menus are calculated. Optional: This parameter should only be set if menus for a specific attribute (list) are calculated. |
selectedobject |
The object (content object) for which the menus are calculated.
Optional: This parameter should only be set if menus for content objects (preview) are calculated. |
breadcrumb |
A list of breadcrumbs (Breadcrumb).
Optional: If this parameter is not set, GetBreadCrumb will be used to calculate the breadcrumb list. |
result |
The result containing a list of menus.
|
errors |
A list of errors if some occurred.
@see GetMobileTaskPaneMenus
@see GetTaskPaneMenuStructList
@see GetBreadCrumb
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetObjectHistory
History[]
FSCOWSSTDSERVICES@1.1001:GetObjectHistory(
object
obj,
out retval History[]
history)
Name |
Description |
obj |
the object address of the object
|
history |
the history of the object
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetObjectRemarks
content
FSCOWSSTDSERVICES@1.1001:GetObjectRemarks(
object
obj,
out retval content
remarks)
Name |
Description |
obj |
the id or the object address of the Object
|
remarks |
the remarks content
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetObjectStateDisplay
JSAPIObjectStateDisplay[]
FSCOWSSTDSERVICES@1.1001:GetObjectStateDisplay(
object
obj,
optional AttributeDefinition
attrdef,
optional boolean
strict,
object[]
entries,
optional boolean
important,
out retval JSAPIObjectStateDisplay[]
result,
out JSAPIError[]
errors)
Name |
Description |
obj |
object address of the parent object.
|
attrdef |
attribute definition for which the object state displays should be evaluated.
If no attribute definition is provided, GetFormViews will be evaluated and the
first attribute which is available on the object will be taken into consideration.
|
strict |
If
true and no attribute definition is provided and the evaluation of GetFormViews()
provides more then one attribute available an error will be thrown.
If false and no attribute definition is provided, the first attribute returned
by GetFormViews() will be used.
if attrdef is defined, this has no meaning. |
entries |
If entries are defined, only those will be evaluated.
If no entries are defined, all entries from within attrdef of object will be evaluated.
|
important |
If
true , only important object state displays will be returned.
If false , all object state displays will be returned. |
result |
result containing the object state displays for the entries.
|
errors |
list of errors if some occurred.
@see DisplayMode
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetSearchFolderResults
ObjectInfo[]
FSCOWSSTDSERVICES@1.1001:GetSearchFolderResults(
GenericStoredQBOL
searchfolder,
optional boolean
refresh,
optional boolean
keysonly,
out retval ObjectInfo[]
response)
Name |
Description |
searchfolder |
the search folder to interact with
|
refresh |
refresh before data is collected
|
keysonly |
return only object keys
|
response |
Additional Information
FSCOWSSTDSERVICES@1.1001:GetUserData
UserData
FSCOWSSTDSERVICES@1.1001:GetUserData(
out retval UserData
userdata,
optional boolean
includewebservices,
optional boolean
includefriendlyurls)
Name |
Description |
userdata |
Contains the user data.
|
includewebservices |
When true, all web service definitions will be iterated and provide information
about the implemented web service actions via feature detection.
|
includefriendlyurls |
When true, all friendlyurlconfigs will be iterated and provide information
about the implemented friendlyurl actions via feature detection.
|
Additional Information
FSCOWSSTDSERVICES@1.1001:GetUserRoleData
UserRoleData
FSCOWSSTDSERVICES@1.1001:GetUserRoleData(
out retval UserRoleData
result)
Name |
Description |
result |
Contains the user role data.
|
Additional Information
FSCOWSSTDSERVICES@1.1001:HttpGet
content
FSCOWSSTDSERVICES@1.1001:HttpGet(
string
url,
out retval content
response,
optional boolean
nocert)
Name |
Description |
url |
the url send via HTTP get
|
response |
the content containing an UTF8 string retrieved by the HTTP get request
|
nocert |
Additional Information
FSCOWSSTDSERVICES@1.1001:HttpPost
content
FSCOWSSTDSERVICES@1.1001:HttpPost(
string
url,
content
data,
out retval content
response,
optional boolean
nocert)
Name |
Description |
url |
the url send via HTTP post
|
data |
the content containing an UTF8 string send via HTTP post
|
response |
the content containing an UTF8 string retrieved by the HTTP post request
|
nocert |
Additional Information
FSCOWSSTDSERVICES@1.1001:JSON2Address
Address
FSCOWSSTDSERVICES@1.1001:JSON2Address(
string
json,
out retval Address
address)
Name |
Description |
json |
|
address |
Additional Information
FSCOWSSTDSERVICES@1.1001:JSON2Products
UserAppList[]
FSCOWSSTDSERVICES@1.1001:JSON2Products(
string
json,
optional boolean
ignorehiddenapps,
out retval UserAppList[]
products,
out optional object
primaryproduct,
out optional boolean
istrial)
Name |
Description |
json |
the input values
|
ignorehiddenapps |
hidden apps will be reurned or ignored
|
products |
the products
|
primaryproduct |
the primary product
|
istrial |
Additional Information
FSCOWSSTDSERVICES@1.1001:SetRequestLanguage
Language
FSCOWSSTDSERVICES@1.1001:SetRequestLanguage(
string
lang,
out retval Language
requestlang,
out Language
origlang)
Name |
Description |
lang |
the lang
|
requestlang |
|
origlang |
Additional Information
FSCOWSSTDSERVICES@1.1001:SetRequestLocale
Locale
FSCOWSSTDSERVICES@1.1001:SetRequestLocale(
string
locale,
out retval Locale
requestlocale)
Name |
Description |
locale |
the locale
|
requestlocale |
Additional Information
FSCOWSSTDSERVICES@1.1001:UpdateChangeSubscriptionObjects
void
FSCOWSSTDSERVICES@1.1001:UpdateChangeSubscriptionObjects(
object
subscription,
string[]
add,
string[]
remove,
boolean
reset,
ref datetime
changedat,
out integer
errorcount)
Name |
Description |
subscription |
the change subscription
|
add |
the change subscription objects to be added
|
remove |
the change subscription objects to be removed. Objects contained in both add and remove are removed.
|
reset |
if the subscription objects should be reset to the objects provided in parameter add
|
changedat |
system modification time of subscription object. If reset is true this parameter is not required, else the method fails if the input modification time does not match the last change time.
|
errorcount |
the number of objects ignored to be added due to insufficient access
|
Additional Information