Return Type |
Signature |
CopyObject( |
|
GetContentMapping( |
|
GetDomainConnection( |
|
GetInitialPurchaseAgreement( |
|
GetObjectClassMapping( |
|
GetObjectMapping( |
|
InitializeCreatedObject( |
|
IsLocation( |
|
ObjectCopy( |
|
void
COODESK@1.1:CopyObject(
optional integer
unused1,
optional integer
unused2,
object
view,
object
target,
out object
newobject,
ref optional object
coostore,
optional boolean
donotshare)
Name |
Description |
unused1 |
|
unused2 |
|
view |
The relation to which the new created object is added.
|
target |
The destination object for the created object.
|
newobject |
The new created object.
|
coostore |
The COO Store where the new object should be stored. It returns the COO Store where the object was created.
|
donotshare |
Additional Information
FSCMINDBREEZE@1.1001:GetContentMapping
void
FSCMINDBREEZE@1.1001:GetContentMapping(
out ContentMappingList[]
mappings)
Name |
Description |
mappings |
Additional Information
FSCCONNECT@1.1001:GetDomainConnection
DomainConnection
FSCCONNECT@1.1001:GetDomainConnection(
out retval DomainConnection
dc,
optional boolean
skipfallback)
Name |
Description |
dc |
the responsible domain connection for this object
|
skipfallback |
Additional Information
FSCFOLIOPAYMENT@1.1001:GetInitialPurchaseAgreement
string
FSCFOLIOPAYMENT@1.1001:GetInitialPurchaseAgreement(
ContractingPartner
contpartner,
Language
requestlang,
optional object
product,
out retval string
agreement,
optional String
agreementstring,
out optional TermsConditions
agreementobj,
out optional string
link)
Name |
Description |
contpartner |
|
requestlang |
|
product |
|
agreement |
|
agreementstring |
|
agreementobj |
|
link |
Additional Information
FSCMINDBREEZE@1.1001:GetObjectClassMapping
object[]
FSCMINDBREEZE@1.1001:GetObjectClassMapping(
out retval object[]
classes)
Name |
Description |
classes |
Additional Information
FSCMINDBREEZE@1.1001:GetObjectMapping
void
FSCMINDBREEZE@1.1001:GetObjectMapping(
out ObjectMappingList[]
mappings,
out boolean
enablemetadatafulltextsearch,
out boolean
generateextref)
Name |
Description |
mappings |
|
enablemetadatafulltextsearch |
|
generateextref |
Additional Information
FSCVENV@1.1001:InitializeCreatedObject
void
FSCVENV@1.1001:InitializeCreatedObject(
ref object
venv_object,
optional object
venv_parent,
optional integer
venv_index,
optional object
venv_view,
optional object
venv_action)
Name |
Description |
venv_object |
|
venv_parent |
|
venv_index |
|
venv_view |
|
venv_action |
Additional Information
FSCFOLIOCLOUD@1.1001:IsLocation
cooobj
is the location with the given location id.
If the action is called on coodomain
, the location object assigned to coodomain
is checked.
If the action is called on an organization, the default data location of that organization is checked.
boolean
FSCFOLIOCLOUD@1.1001:IsLocation(
string
locationid,
ref optional DomainConnection
location,
out retval boolean
islocation)
Name |
Description |
locationid |
given location id (possible values are
"AT" , "DE" and "CH" ) |
location |
location object
|
islocation |
result
|
Additional Information
object
COOSYSTEM@1.1:ObjectCopy(
ref optional object
placement,
out retval object
object,
optional string
address,
optional boolean
virtualobject)
Name |
Description |
placement |
|
object |
The created copy of the object.
|
address |
The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter
coost or the automatically chosen COO store, if no COO store was specified.
@see ObjectCreate |
virtualobject |
Additional Information
void COOSYSTEM@1.1:ObjectDelete()
Additional Information