Name | Style | |
---|---|---|
Usage | StyleRepositoryService | |
getStyle saveStyle | ||
Type | Complex |
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
id | Id | String | The unique identifier for an object. This can be null. | One | No | |||
name | Name | String | Returns the name of this style. All styles have a name and this value can never be null or blank. The name must be unique within the entire repository of existing styles. |
Required | One | No | ||
xmlContent | Xml Content | String | Returns the XML definition of this style as a String. | One | No | |||
active | Active | boolean | The active indicator for an object. | Required | One | No | ||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No | |||
objectId | Object Id | String | Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. |
One | No |