
|
If you were logged in you would be able to see more operations.
|
|
|
|
ContentObject built in property 'systemName' must be mandatory and unique among all content objects regardless of their type.
Value for this property could be
1. provided by the user
2. generated automatically from value of property 'title' of complex type 'administrativeMetadataType', processed thoroughly in order to contain only Latin characters with no spaces but dashes (value length should not be over 50 characters)
3. generated automatically from the path of jcr node representing content object. This path has the form year/month/day/contentType[index]
2 or 3 could be defined in XSD of the content type by built in boolean attribute useProfileTitleAsDefaultSystemName
|
|
Description
|
ContentObject built in property 'systemName' must be mandatory and unique among all content objects regardless of their type.
Value for this property could be
1. provided by the user
2. generated automatically from value of property 'title' of complex type 'administrativeMetadataType', processed thoroughly in order to contain only Latin characters with no spaces but dashes (value length should not be over 50 characters)
3. generated automatically from the path of jcr node representing content object. This path has the form year/month/day/contentType[index]
2 or 3 could be defined in XSD of the content type by built in boolean attribute useProfileTitleAsDefaultSystemName |
Show » |
|
During content object save or update 'systemName' uniqueness is checked.
Also, if user does not provide a value for 'systemName' , then a value is automatically generated from property 'title' of complex type 'administrativeMetadataType'. If this property does not have a value, then content object corresponding jcr node path is used for system name value. This path has the form year/month/day/contentObjectId .