org.opencrx.security.authorization1.jdo2
Class CrxPolicy

java.lang.Object
  extended by org.oasisopen.jdo2.Identifiable
      extended by org.w3c.jdo2.AbstractObject
          extended by org.openmdx.security.authorization1.jdo2.Policy
              extended by org.opencrx.security.authorization1.jdo2.CrxPolicy
All Implemented Interfaces:
Serializable, Detachable, PersistenceCapable, CrxPolicy, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable, org.openmdx.security.realm1.cci2.Policy

public class CrxPolicy
extends org.openmdx.security.authorization1.jdo2.Policy
implements CrxPolicy

Class CrxPolicy

See Also:
Serialized Form

Nested Class Summary
static class CrxPolicy.Slice
          Slice object hold the CrxPolicy's multivalued attributes
 
Nested classes/interfaces inherited from class org.openmdx.security.authorization1.jdo2.Policy
org.openmdx.security.authorization1.jdo2.Policy.Identity
 
Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E>
 
Nested classes/interfaces inherited from interface org.openmdx.security.authorization1.cci2.Policy
org.openmdx.security.authorization1.cci2.Policy.Identity
 
Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldManager, PersistenceCapable.ObjectIdFieldSupplier
 
Field Summary
static List<String> CLASS
          Define the model class org::opencrx::security::authorization1::CrxPolicy
 
Fields inherited from class org.openmdx.security.authorization1.jdo2.Policy
BASE_CLASS
 
Fields inherited from interface javax.jdo.spi.PersistenceCapable
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE
 
Constructor Summary
CrxPolicy()
           
 
Method Summary
static org.openmdx.security.authorization1.jdo2.Policy.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment, boolean idIsPersistent, String id)
           
protected  org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
           
protected  List<String> openmdxjdoGetClass()
          Retrieve the model class
protected  int openmdxjdoGetSize(int field)
           
protected  void openmdxjdoSetSize(int field, int size)
           
static org.openmdx.security.authorization1.jdo2.Policy.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
           
 
Methods inherited from class org.openmdx.security.authorization1.jdo2.Policy
addPrivilege, addRole, addToSegment, addToSegment, getCreatedAt, getCreatedBy, getDescription, getIdentity, getModifiedAt, getModifiedBy, getName, getParent, getPrivilege, getPrivilege, getRole, getRole, getView, getView, jdoCopyFields, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsFromObjectId, jdoCopyKeyFieldsToObjectId, jdoCopyKeyFieldsToObjectId, jdoGetObjectId, jdoGetPersistenceManager, jdoGetTransactionalObjectId, jdoGetVersion, jdoIsDeleted, jdoIsDetached, jdoIsDetachedInternal, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty, jdoNewInstance, jdoNewInstance, jdoNewObjectIdInstance, jdoNewObjectIdInstance, jdoPreSerialize, jdoProvideField, jdoProvideFields, jdoReplaceDetachedState, jdoReplaceField, jdoReplaceFields, jdoReplaceFlags, jdoReplaceStateManager, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setDescription, setParent
 
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
openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.security.authorization1.cci2.Policy
getParent, setParent
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView, getView
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Policy
addPrivilege, addRole, getDescription, getName, getPrivilege, getPrivilege, getRole, getRole, setDescription
 

Field Detail

CLASS

public static final List<String> CLASS
Define the model class org::opencrx::security::authorization1::CrxPolicy

Constructor Detail

CrxPolicy

public CrxPolicy()
Method Detail

openmdxjdoGetSize

protected int openmdxjdoGetSize(int field)
Overrides:
openmdxjdoGetSize in class org.openmdx.security.authorization1.jdo2.Policy

openmdxjdoSetSize

protected void openmdxjdoSetSize(int field,
                                 int size)
Overrides:
openmdxjdoSetSize in class org.openmdx.security.authorization1.jdo2.Policy

newSlice

protected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
Overrides:
newSlice in class org.openmdx.security.authorization1.jdo2.Policy

openmdxjdoGetClass

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

Overrides:
openmdxjdoGetClass in class org.openmdx.security.authorization1.jdo2.Policy
Returns:
the model class
See Also:
CrxPolicy.CLASS

newIdentity

public static org.openmdx.security.authorization1.jdo2.Policy.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
                                                                                   boolean idIsPersistent,
                                                                                   String id)

openmdxjdoToIdentity

public static org.openmdx.security.authorization1.jdo2.Policy.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)


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