org.openmdx.security.realm1.jdo2
Class Privilege

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jdo2.AbstractObject
          extended by org.openmdx.security.realm1.jdo2.Privilege
All Implemented Interfaces:
Serializable, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable, Privilege
Direct Known Subclasses:
Privilege

public class Privilege
extends org.w3c.jdo2.AbstractObject
implements Privilege

Abstract class Privilege

See Also:
Serialized Form

Nested Class Summary
static class Privilege.Identity
          The object's application identity
static class Privilege.Slice
           
 
Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject
org.w3c.jdo2.AbstractObject.BLOB, org.w3c.jdo2.AbstractObject.CLOB, org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E>
 
Field Summary
static List<String> BASE_CLASS
          Define this class as base class
static List<String> CLASS
          Define the model class org::openmdx::security::realm1::Privilege
 
Constructor Summary
Privilege()
           
 
Method Summary
 Set<String> getAction()
           
 Date getCreatedAt()
          Retrieves the value for the attribute createdAt.
 Set<String> getCreatedBy()
           
 String getDescription()
           
 XRI getIdentity()
          Retrieves the value for the derived attribute identity.
 Date getModifiedAt()
          Retrieves the value for the attribute modifiedAt.
 Set<String> getModifiedBy()
           
 String getName()
          Retrieves the value for the attribute name.
<T extends org.openmdx.compatibility.view1.cci2.View>
Collection<T>
getView()
          Retrieves a set containing all the elements for the reference view.
static Privilege.Identity newIdentity(org.oasisopen.cci2.PersistentIdentity policy, boolean idIsPersistent, String id)
           
protected  org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
           
protected  List<String> openmdxjdoGetClass()
          Retrieve the model class
protected  String openmdxjdoGetObjectId()
          Retrieve the object's JDO identity key
static CloseableCollection<Privilege> openmdxjdoGetObjectsByParent(Policy policy)
          Navigate through an object's composite association
protected  int openmdxjdoGetSize(int field)
           
protected
<E extends org.w3c.jdo2.AbstractObject.Slice>
SortedMap<Integer,E>
openmdxjdoGetSlices()
           
protected  void openmdxjdoSetSize(int field, int size)
           
 void setAction(String... action)
           This method is equivalent to
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setPolicy(Policy policy)
          Sets a new value for the reference policy.
 void setPolicy(Policy policy, boolean idIsPersistent, String id)
          Set the object's composite association org:openmdx:security:realm1:PrivilegeBelongsToPolicy.
 
Methods inherited from class org.w3c.jdo2.AbstractObject
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement
 
Methods inherited from class org.oasisopen.jdo2.Identifiable
openmdxjdoGetIdentity, openmdxjdoGetIdentity, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::openmdx::security::realm1::Privilege


BASE_CLASS

public static final List<String> BASE_CLASS
Define this class as base class

See Also:
Privilege.CLASS
Constructor Detail

Privilege

public Privilege()
Method Detail

openmdxjdoGetObjectId

protected String openmdxjdoGetObjectId()
Retrieve the object's JDO identity key

Specified by:
openmdxjdoGetObjectId in class org.oasisopen.jdo2.Identifiable
Returns:
the value of the object's JDO identity key

openmdxjdoGetSlices

protected final <E extends org.w3c.jdo2.AbstractObject.Slice> SortedMap<Integer,E> openmdxjdoGetSlices()
Overrides:
openmdxjdoGetSlices in class org.w3c.jdo2.AbstractObject

getIdentity

public XRI getIdentity()
Retrieves the value for the derived attribute identity.

Specified by:
getIdentity in interface org.openmdx.base.cci2.ExtentCapable
Returns:
The non-null value for the attribute identity

getModifiedAt

public Date getModifiedAt()
Retrieves the value for the attribute modifiedAt.

Specified by:
getModifiedAt in interface org.openmdx.base.cci2.BasicObject
Returns:
The non-null value for attribute modifiedAt.

getCreatedBy

public final Set<String> getCreatedBy()
Specified by:
getCreatedBy in interface org.openmdx.base.cci2.BasicObject
Returns:
A set containing all elements for this attribute.

getModifiedBy

public final Set<String> getModifiedBy()
Specified by:
getModifiedBy in interface org.openmdx.base.cci2.BasicObject
Returns:
A set containing all elements for this attribute.

getCreatedAt

public Date getCreatedAt()
Retrieves the value for the attribute createdAt.

Specified by:
getCreatedAt in interface org.openmdx.base.cci2.BasicObject
Returns:
The non-null value for attribute createdAt.

getDescription

public final String getDescription()
Specified by:
getDescription in interface Privilege
Returns:
The possibly null value for attribute description.

setDescription

public void setDescription(String description)
Sets a new value for the attribute description.

Specified by:
setDescription in interface Privilege
Parameters:
description - The possibly null new value for attribute description.

getName

public String getName()
Retrieves the value for the attribute name.

Specified by:
getName in interface Privilege
Returns:
The non-null value for attribute name.

getAction

public final Set<String> getAction()
Specified by:
getAction in interface Privilege
Returns:
A set containing all elements for this attribute.

setAction

public void setAction(String... action)

This method is equivalent to

   set.clear();
   set.addAll(Arrays.asList(action));
 

Specified by:
setAction in interface Privilege
Parameters:
action - value(s) to be added to action

getView

public <T extends org.openmdx.compatibility.view1.cci2.View> Collection<T> getView()
Retrieves a set containing all the elements for the reference view.

Specified by:
getView in interface org.openmdx.compatibility.view1.cci2.ViewCapable
Returns:
A set containing all the elements for this reference.

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class org.w3c.jdo2.AbstractObject

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class org.w3c.jdo2.AbstractObject

newSlice

protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)

openmdxjdoGetClass

protected List<String> openmdxjdoGetClass()
Retrieve the model class

Returns:
the model class
See Also:
Privilege.CLASS

setPolicy

public void setPolicy(Policy policy)
Sets a new value for the reference policy.

Specified by:
setPolicy in interface Privilege
Parameters:
policy - The non-null new value for this reference.

openmdxjdoGetObjectsByParent

public static CloseableCollection<Privilege> openmdxjdoGetObjectsByParent(Policy policy)
Navigate through an object's composite association


setPolicy

public void setPolicy(Policy policy,
                      boolean idIsPersistent,
                      String id)
Set the object's composite association org:openmdx:security:realm1:PrivilegeBelongsToPolicy.

Specified by:
setPolicy in interface Privilege
Parameters:
policy - The non-null new value for this object's composite owner.
idIsPersistent - Defines whether the id is persistent.
id - The non-null new value for this object's qualifier.

newIdentity

public static Privilege.Identity newIdentity(org.oasisopen.cci2.PersistentIdentity policy,
                                             boolean idIsPersistent,
                                             String id)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.