org.openmdx.security.realm1.cci2.Group Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.cci2;
/**
* Class Group
*
* isFrozen
*/
public interface Group
extends org.openmdx.security.realm1.cci2.Principal{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the members of the given container referencing this object via member
.
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param principalContainer The container of the objects to be retrieved.
* @return The members referencing ths object via member
.
*/
public java.util.Collection getMember(
org.openmdx.security.realm1.cci2.Realm principalContainer
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}