org.openmdx.security.authorization1.jmi1
Interface ModelReferencePrivilege

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, org.openmdx.filter1.cci2.Filter, ModelElementPrivilege, ModelReferencePrivilege, Privilege, RefBaseObject, RefFeatured, RefObject, org.openmdx.compatibility.view1.cci2.ViewCapable

public interface ModelReferencePrivilege
extends ModelReferencePrivilege, org.openmdx.filter1.jmi1.Filter, ModelElementPrivilege

Class ModelReferencePrivilege


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.security.realm1.cci2.Privilege
Privilege.Identity
 
Method Summary
 void addProperty(org.openmdx.filter1.jdo2.Property newValue)
          
 void addProperty(String name, org.openmdx.filter1.jdo2.Property newValue)
          
<T extends org.openmdx.filter1.cci2.Property>
List<T>
getProperty(org.openmdx.filter1.cci2.PropertyQuery query)
          Retrieves the value for the reference property for the specified query.
<T extends org.openmdx.compatibility.view1.cci2.View>
List<T>
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 void removeProperty(String name)
          
 
Methods inherited from interface org.openmdx.filter1.cci2.Filter
getProperty
 
Methods inherited from interface org.openmdx.security.realm1.jmi1.Privilege
getAction, setAction, setPolicy, setPolicy
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Privilege
getDescription, getName, setAction, setDescription
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getView

<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

getProperty

<T extends org.openmdx.filter1.cci2.Property> List<T> getProperty(org.openmdx.filter1.cci2.PropertyQuery query)
Retrieves the value for the reference property for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.

addProperty

void addProperty(String name,
                 org.openmdx.filter1.jdo2.Property newValue)

Parameters:
name - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addProperty

void addProperty(org.openmdx.filter1.jdo2.Property newValue)

Parameters:
newValue - The element to be appended.

removeProperty

void removeProperty(String name)



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