Namespace

Name Namespace
Usage NamespaceService
getNamespace findAllNamespaces
Type Complex

Description

An immutable representation of a {@link NamespaceContract}.

To construct an instance of a Namespace, use the {@link Namespace.Builder} class.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
code Code String The code value for this object. In general a code value cannot be null or a blank string. Required   One No  
applicationId Application Id String This the id of the application which owns this Namespace. If this namespace has no application owner,
then this method will return null.


It is a way of assigning the Namespace to a specific rice application or rice ecosystem.

    One No  
name Name String This the name for the Namespace. This can be null or a blank 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