Name | KewTypeDefinition | |
---|---|---|
Usage | KewTypeRepositoryService | |
createKewType updateKewType getTypeById getTypeByNameAndNamespace findAllTypesByNamespace findAllTypes | ||
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. | Required | One | No | ||
name | Name | String | This is the name for the KEWType
|
Required | One | No | ||
namespace | Namespace | String | This is the namespace code.
|
Required | One | No | ||
serviceName | Service Name | String | This is the name of the KEW KewType service | One | No | |||
active | Active | boolean | The active indicator for an object. | One | No | |||
attributes | Attributes | KewTypeAttributeList | This method returns a list of attributes associated with the KewType | Many | 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 |