Return Type |
Signature |
TagsFromSoftwareComponents( |
|
TestHttpRequest( |
|
TPGetObjectFromModuleTag( |
|
TPSetCleanpointAtTag( |
|
TPSetProtectionType( |
|
TransferTeamroomsToGroup( |
|
TransferTeamroomsToGroupApp( |
|
TransferTeamroomsToGroupEnsureLog( |
|
TransformToXml( |
|
UnregisterPushNotificationDevice( |
|
UpdateBpmn2BpdModel( |
|
UpdateChangeSubscriptionObjects( |
|
UpdateExportKey( |
|
UpdateImportKey( |
|
UpdateOrderNumberSettings( |
|
UpdateVatId( |
|
UpdateVCard( |
|
UserConfirmAuthentication( |
|
UserConfirmMotokyAuthentication( |
|
UserGroupAdd( |
|
UserPrepareCommitCloudHook( |
|
UserQuotaExceededHook( |
|
UserReplace( |
|
UserTrustedNetworksGet( |
|
UsesTwoFactor( |
|
ValidateAccount( |
|
ValidateApp( |
|
ValidateAppPreWrapper( |
|
ValidateEmail( |
|
ValidatePin( |
|
ValidateSession( |
|
ValidateSMSPinAPP( |
|
VCardContentGet( |
|
VCardContentSet( |
|
VerifyEmail( |
|
VerifyMotokyPairing( |
|
WOPIGetUserStatus( |
|
WOPISessionCloseRPC( |
|
WSCanCreateRoom( |
|
WSGetCertInfo( |
|
WSManageOrganizationMembership( |
|
WSMSOfficeGetObjectInfo( |
|
WSMSOfficeSetObjectInfo( |
|
WSMSTeamsImage( |
|
WSMSTeamsObjectInfo( |
|
WSMSTeamsSearch( |
|
WSUpdateContact( |
|
WSUpdateOrganizationElement( |
|
WSUpdateOrganizationMember( |
|
WSUpdateOrganizationTeam( |
|
XeditorSessionCloseRPC( |
|
XeditorSessionCreateRPC( |
FSCDUCXUNIT@1.1001:TagsFromSoftwareComponents
string[]
FSCDUCXUNIT@1.1001:TagsFromSoftwareComponents(
string[]
components,
out retval string[]
tags,
optional string
json)
Name |
Description |
components |
to calculate tags
|
tags |
resulting tags
|
json |
optional JSON with mapping format TestTagMap to override stored values
|
Additional Information
FSCDUCXUNIT@1.1001:TestHttpRequest
integer
FSCDUCXUNIT@1.1001:TestHttpRequest(
string
verb,
string
url,
dictionary
inheaders,
content
inbody,
out dictionary
outheaders,
out content
outcontent,
out retval integer
httpstatus)
Name |
Description |
verb |
HTTP Method (PUT, GET, ...)
|
url |
relative URL for the web service
|
inheaders |
input header lines
|
inbody |
input content
|
outheaders |
output header lines
|
outcontent |
output content
|
httpstatus |
result status of the web service
|
Additional Information
FSCVENVUI@1.1001:TPGetObjectFromModuleTag
string
FSCVENVUI@1.1001:TPGetObjectFromModuleTag(
string
module,
out retval string
objaddr,
ref optional string
cleanpointutc)
Name |
Description |
module |
|
objaddr |
|
cleanpointutc |
Additional Information
FSCVENVUI@1.1001:TPSetCleanpointAtTag
void
FSCVENVUI@1.1001:TPSetCleanpointAtTag(
string
cleanpointutc,
ref string
module)
Name |
Description |
cleanpointutc |
|
module |
Additional Information
FSCVENVUI@1.1001:TPSetProtectionType
void
FSCVENVUI@1.1001:TPSetProtectionType(
ThirdPartyContentProtection
protection,
ref string
module)
Name |
Description |
protection |
|
module |
Additional Information
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroup
void
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroup(
Group
targetgroup,
optional Room[]
targetrooms)
Name |
Description |
targetgroup |
the group
|
targetrooms |
list of rooms to transfer
|
Additional Information
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroupApp
void
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroupApp(
optional Room[]
targetrooms)
Name |
Description |
targetrooms |
the target rooms which should be assigned to the organization
|
Additional Information
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroupEnsureLog
Log
FSCFOLIOCLOUD@1.1001:TransferTeamroomsToGroupEnsureLog(
out retval Log
log)
Name |
Description |
log |
the resulting log
|
Additional Information
string
FSCVAPP@1.1001:TransformToXml(
object
obj,
object
form,
out retval string
xml)
Name |
Description |
obj |
|
form |
|
xml |
Additional Information
FSCPUSHNOTIFICATION@1.1001:UnregisterAllPushNotificationDevices
void FSCPUSHNOTIFICATION@1.1001:UnregisterAllPushNotificationDevices()
Additional Information
FSCPUSHNOTIFICATION@1.1001:UnregisterPushNotificationDevice
deviceid
.
void
FSCPUSHNOTIFICATION@1.1001:UnregisterPushNotificationDevice(
optional string
deviceid)
Name |
Description |
deviceid |
An optional device id. If not set, the current workstation id (wsid) is used.
|
Additional Information
FSCCONNECT@1.1001:UpdateAfterHarmonization
void FSCCONNECT@1.1001:UpdateAfterHarmonization()
Additional Information
FSCDIAGRAM@1.1001:UpdateBpmn2BpdModel
void
FSCDIAGRAM@1.1001:UpdateBpmn2BpdModel(
DiagramObject
diagramobject,
Content
bpdmodel,
optional DiagramType
presentationtype)
Name |
Description |
diagramobject |
the target diagram
|
bpdmodel |
the content
|
presentationtype |
if the presentation type is required to be updated
|
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
FSCFOLIOCLOUD@1.1001:UpdateContactQuotaLimit
void FSCFOLIOCLOUD@1.1001:UpdateContactQuotaLimit()
Additional Information
FSCVAPP@1.1001:UpdateExportKey
string
FSCVAPP@1.1001:UpdateExportKey(
string
exportid,
datetime
exporttime,
out retval string
newexportid)
Name |
Description |
exportid |
|
exporttime |
|
newexportid |
Additional Information
FSCVAPP@1.1001:UpdateImportKey
string
FSCVAPP@1.1001:UpdateImportKey(
string
importid,
datetime
importtime,
out retval string
newimportid)
Name |
Description |
importid |
|
importtime |
|
newimportid |
Additional Information
FSCFOLIOPAYMENT@1.1001:UpdateOrderNumberSettings
void
FSCFOLIOPAYMENT@1.1001:UpdateOrderNumberSettings(
Group
context,
string
ordernumber,
boolean
reuseordernumber,
optional boolean
ordernumberrequired)
Name |
Description |
context |
the organization for which the order number settings should be updated
|
ordernumber |
the order number
|
reuseordernumber |
defines if the order number should be reused for further purchases
|
ordernumberrequired |
Additional Information
void COOSYSTEM@1.1:UpdateUserQuota()
Additional Information
FSCFOLIOPAYMENT@1.1001:UpdateVatId
void
FSCFOLIOPAYMENT@1.1001:UpdateVatId(
string
vatid,
boolean
docommit,
optional string
companyname,
optional boolean
vatidverified,
optional Group
context)
Name |
Description |
vatid |
the vatid which should be stored
|
docommit |
the current transaction will be commited
|
companyname |
optional parameter for company name
|
vatidverified |
|
context |
the group the vat id belongs to
|
Additional Information
void
FSCCARDDAV@1.1001:UpdateVCard(
object[]
attrlist)
Name |
Description |
attrlist |
Additional Information
COOSYSTEM@1.1:UserConfirmAuthentication
void
COOSYSTEM@1.1:UserConfirmAuthentication(
out optional AuthMeth
authmeth)
Name |
Description |
authmeth |
Additional Information
FSCFOLIOMOTOKY@1.1001:UserConfirmMotokyAuthentication
boolean
FSCFOLIOMOTOKY@1.1001:UserConfirmMotokyAuthentication(
out retval boolean
success)
Name |
Description |
success |
Additional Information
void
COOSYSTEM@1.1:UserGroupAdd(
object
group)
Name |
Description |
group |
Additional Information
FSCFOLIOCLOUD@1.1001:UserPrepareCommitCloudHook
void
FSCFOLIOCLOUD@1.1001:UserPrepareCommitCloudHook(
boolean
internalchange)
Name |
Description |
internalchange |
Additional Information
COOSYSTEM@1.1:UserQuotaExceededHook
void
COOSYSTEM@1.1:UserQuotaExceededHook(
UserQuotaType
quotatype)
Name |
Description |
quotatype |
Additional Information
domainreplacementuser
) in property values of objects of
the domain or a specific group.
Object versions are included in the replace operation only if a group is
specified.
void
COOSYSTEM@1.1:UserReplace(
optional object
owngroup,
out optional object[]
lockedobjects,
out optional ObjectError[]
readonlyobjects)
Name |
Description |
owngroup |
If specified, the user is replaced in objects and object versions of the group. Otherwise, the user is replaced in objects of the domain not belonging to a group excluding object versions.
|
lockedobjects |
A list of locked objects that where skipped.
|
readonlyobjects |
A list of readonly objects that were skipped because final form (
objfinalform ), legal hold (objlitigationhold ), or retention period (objretentiondate ) is set. |
Additional Information
COOSYSTEM@1.1:UserTrustedNetworksGet
string[]
COOSYSTEM@1.1:UserTrustedNetworksGet(
out retval string[]
trustednetworks)
Name |
Description |
trustednetworks |
Additional Information
FSCFOLIOCLOUDAUTH@1.1001:UsesTwoFactor
boolean
FSCFOLIOCLOUDAUTH@1.1001:UsesTwoFactor(
out retval boolean
uses)
Name |
Description |
uses |
Additional Information
COOATTREDIT@1.1:ValidateAccount
User::ValidateAccount
("Validate UserAccount") displays a dialog and asks
the user to enter a user name and a password. Then it checks the specified
password. If it is not correct, an appropriate error is set.
void
COOATTREDIT@1.1:ValidateAccount(
optional integer
unused1,
string
caption,
optional string
prompt,
optional string
promptremark,
ref optional string
remark,
optional boolean
remarkneeded)
Name |
Description |
unused1 |
|
caption |
The caption of the dialog.
|
prompt |
The prompt.
|
promptremark |
|
remark |
|
remarkneeded |
Additional Information
FSCMINDBREEZE@1.1001:ValidateApp
void
FSCMINDBREEZE@1.1001:ValidateApp(
string
apptype,
out boolean
valid,
out string
redirecturl)
Name |
Description |
apptype |
|
valid |
|
redirecturl |
Additional Information
FSCFOLIOCLOUDMBREG@1.1001:ValidateAppPreWrapper
void
FSCFOLIOCLOUDMBREG@1.1001:ValidateAppPreWrapper(
string
apptype,
out boolean
valid,
out string
url)
Name |
Description |
apptype |
the reference of the app
|
valid |
is true if the app is currently licensed
|
url |
the redirect url if the app is not licensed
|
Additional Information
FSCFOLIOCLOUD@1.1001:ValidateEmail
boolean
FSCFOLIOCLOUD@1.1001:ValidateEmail(
EmailInformation[]
emailinformation,
out retval boolean
result)
Name |
Description |
emailinformation |
the emailinformation
|
result |
the result
|
Additional Information
FSCFOLIOSMS@1.1001:ValidatePin
boolean
FSCFOLIOSMS@1.1001:ValidatePin(
integer
pin,
out integer
error,
out retval boolean
valid)
Name |
Description |
pin |
the PIN
|
error |
the error
|
valid |
is the passed PIN correct?
|
Additional Information
FSCMINDBREEZE@1.1001:ValidateSession
void
FSCMINDBREEZE@1.1001:ValidateSession(
ApplicationType
apptype,
out boolean
valid,
out string
redirecturl)
Name |
Description |
apptype |
|
valid |
|
redirecturl |
Additional Information
FSCFOLIOSMS@1.1001:ValidateSMSPinAPP
void
FSCFOLIOSMS@1.1001:ValidateSMSPinAPP(
string
to,
string
headline,
ref boolean
back)
Name |
Description |
to |
|
headline |
the headline of the confirmation dialog
|
back |
out parameter to handle back branch
|
Additional Information
FSCCARDDAV@1.1001:VCardContentGet
void
FSCCARDDAV@1.1001:VCardContentGet(
AttributeDefinition
attrdef,
ref any
value,
out optional boolean
volatile,
out optional boolean
volatiletx)
Name |
Description |
attrdef |
|
value |
|
volatile |
|
volatiletx |
Additional Information
FSCCARDDAV@1.1001:VCardContentSet
void
FSCCARDDAV@1.1001:VCardContentSet(
AttributeDefinition
attrdef,
ref optional any
value,
any
oldvalue)
Name |
Description |
attrdef |
|
value |
|
oldvalue |
Additional Information
void FSCLDAP@1.1001:VerifyCaller()
Additional Information
FSCFOLIOCLOUD@1.1001:VerifyEmail
void
FSCFOLIOCLOUD@1.1001:VerifyEmail(
boolean
val)
Name |
Description |
val |
the val
|
Additional Information
FSCFOLIOMOTOKY@1.1001:VerifyMotokyPairing
integer
FSCFOLIOMOTOKY@1.1001:VerifyMotokyPairing(
string
devicetoken,
string
transactionid,
out string
json,
out retval integer
responsecode)
Name |
Description |
devicetoken |
- unique device id
|
transactionid |
- secret for motoky-folio conversation
|
json |
- out - return value for Motoky
|
responsecode |
- retval - HTTPRequest responsecode of Motoky-Request
|
Additional Information
FSCOWS@1.1001:WOPIGetUserStatus
void
FSCOWS@1.1001:WOPIGetUserStatus(
object
document,
ref WOPIUserStatus
status)
Name |
Description |
document |
the document to be accessed
|
status |
the user status (e.g. business, educational)
|
Additional Information
FSCVENV@1.1001:WOPISessionCloseRPC
string
FSCVENV@1.1001:WOPISessionCloseRPC(
string
arguments,
out retval string
result)
Name |
Description |
arguments |
|
result |
Additional Information
FSCTEAMROOM@1.1001:WSCanCreateRoom
boolean
FSCTEAMROOM@1.1001:WSCanCreateRoom(
out retval boolean
cancreate)
Name |
Description |
cancreate |
Additional Information
FSCFOLIOCLOUD@1.1001:WSGetCertInfo
dictionary[]
FSCFOLIOCLOUD@1.1001:WSGetCertInfo(
optional datetime
orgschangedsince,
out retval dictionary[]
certinfo)
Name |
Description |
orgschangedsince |
Only provide entries from organizations (external organizations)
if their certificate attributes were changed after this UTC timestamp.
|
certinfo |
The result dictionary.
|
Additional Information
FSCFOLIOCLOUD@1.1001:WSManageOrganizationMembership
User
FSCFOLIOCLOUD@1.1001:WSManageOrganizationMembership(
OrganizationMembershipData
data,
out retval User
member,
out JSAPIError[]
errors)
Name |
Description |
data |
the membership information
|
member |
the updated member object
|
errors |
the errors occurred during the membership update
|
Additional Information
FSCMSOFFICEWEB@1.1001:WSMSOfficeGetObjectInfo
dictionary
FSCMSOFFICEWEB@1.1001:WSMSOfficeGetObjectInfo(
string
filepath,
out retval dictionary
result)
Name |
Description |
filepath |
|
result |
Additional Information
FSCMSOFFICEWEB@1.1001:WSMSOfficeSetObjectInfo
void
FSCMSOFFICEWEB@1.1001:WSMSOfficeSetObjectInfo(
string
filepath,
string
objaddress,
string
documenturl,
string
locktoken,
string
cleanpoint)
Name |
Description |
filepath |
|
objaddress |
|
documenturl |
|
locktoken |
|
cleanpoint |
Additional Information
FSCMSTEAMS@1.1001:WSMSTeamsCheckAuthenticated
void FSCMSTEAMS@1.1001:WSMSTeamsCheckAuthenticated()
Additional Information
FSCMSTEAMS@1.1001:WSMSTeamsImage
dictionary
FSCMSTEAMS@1.1001:WSMSTeamsImage(
string
objaddress,
out retval dictionary
result)
Name |
Description |
objaddress |
|
result |
Additional Information
FSCMSTEAMS@1.1001:WSMSTeamsLogoutOAuthClient
void FSCMSTEAMS@1.1001:WSMSTeamsLogoutOAuthClient()
Additional Information
FSCMSTEAMS@1.1001:WSMSTeamsObjectInfo
dictionary
FSCMSTEAMS@1.1001:WSMSTeamsObjectInfo(
string
objaddress,
out retval dictionary
result)
Name |
Description |
objaddress |
|
result |
Additional Information
FSCMSTEAMS@1.1001:WSMSTeamsSearch
void
FSCMSTEAMS@1.1001:WSMSTeamsSearch(
string
searchterm,
out dictionary
result)
Name |
Description |
searchterm |
|
result |
Additional Information
FSCCONTACTMGMT@1.1001:WSUpdateContact
WSResult
FSCCONTACTMGMT@1.1001:WSUpdateContact(
ContactData
data,
out retval WSResult
result,
out object
contact)
Name |
Description |
data |
the contact data
|
result |
the operation result
|
contact |
the updated or created contact
|
Additional Information
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationElement
OrganizationalElement
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationElement(
OrganizationElementData
data,
out retval OrganizationalElement
elem,
out JSAPIError[]
errors)
Name |
Description |
data |
the membership information
|
elem |
the created or updated organizational element
|
errors |
the errors occurred during the call
|
Additional Information
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationMember
User
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationMember(
OrganizationMemberData
data,
out retval User
member,
out JSAPIError[]
errors)
Name |
Description |
data |
the master data of the member
|
member |
the created or updated member object
|
errors |
the errors occurred during the membership update
|
Additional Information
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationTeam
OrgUnit
FSCFOLIOCLOUD@1.1001:WSUpdateOrganizationTeam(
OrganizationTeamData
data,
out retval OrgUnit
team,
out JSAPIError[]
errors)
Name |
Description |
data |
the data of the team
|
team |
the created or updated team object
|
errors |
the errors occurred during the team update
|
Additional Information
FSCXEDITOR@1.1001:XeditorSessionCloseRPC
string
FSCXEDITOR@1.1001:XeditorSessionCloseRPC(
string
arguments,
out retval string
result)
Name |
Description |
arguments |
|
result |
Additional Information
FSCXEDITOR@1.1001:XeditorSessionCreateRPC
string
FSCXEDITOR@1.1001:XeditorSessionCreateRPC(
string
objadr,
out retval string
resultjson)
Name |
Description |
objadr |
|
resultjson |
Additional Information