objtransferprotocol
and
objtransferpublishprotocols
assigned.
customize TransferContainer <Object> {
isvalidcontainer = expression {
return cooobj.CheckSetAccess(cootx, #objtransferstate) &&
cooobj.HasAttribute(cootx, #objtransferprotocol) &&
cooobj.HasAttribute(cootx, #objtransferpublishprotocols);
}
}
boolean
FSCTRANSFER@1.1001:TransferContainer(
key ObjectClass
objclass,
out retval boolean
isvalidcontainer)
Name |
Description |
objclass |
the object class of the current object
|
isvalidcontainer |
the result defines if the current object can act as transfer container
|
Additional Information