KewTypeDefinition

Name KewTypeDefinition
Usage KewTypeRepositoryService
createKewType updateKewType getTypeById getTypeByNameAndNamespace findAllTypesByNamespace findAllTypes
Type Complex

Description

Concrete model object implementation of KEW KewType.
immutable.
Instances of KewType can be (un)marshalled to and from XML.

Structure Definition

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


It is a name of a KEW type.

Required   One No  
namespace Namespace String This is the namespace code.


It provides scope of the KEW type.

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