Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
{
'name' : string,
'displayLabel' : string,
'description' : string,
'adHocPropertiesAllowed' : boolean,
'parameterDefinitions' :
[
{
'name' : string,
'displayLabel' : string,
'type' : string,
'constraint' : string,
'isMultiValued' : boolean,
'isMandatory' : boolean
},
...
],
'applicableTypes' :
[
string,
string,
...
]
}
{
'name' : string,
'displayLabel' : string,
'description' : string,
'adHocPropertiesAllowed' : boolean,
'parameterDefinitions' :
[
{
'name' : string,
'displayLabel' : string,
'type' : string,
'constraint' : string,
'isMultiValued' : boolean,
'isMandatory' : boolean
},
...
]
}
{
'name' : string,
'values' :
[
{
'value' : string,
'displayLabel' : string
},
...
]
}
A collection of action constraints.
GET /api/actionConstraints
?name={name?}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.