All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmdx.security.realm1.cci2.Group Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.514Z
//
// 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 // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy