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

org.openmdx.security.realm1.jmi1.Permission 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.748Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.jmi1;

/**
 * Class Permission
 */
public interface Permission
  extends org.openmdx.security.realm1.cci2.Permission,
    org.openmdx.base.jmi1.BasicObject{

// ----------------------------------------------------------------------------
// Instance/AttributeGetSet
// ----------------------------------------------------------------------------
  /**
   * Retrieves a set containing all the elements for the attribute action.
   * @return A set containing all elements for this attribute.
   */
  public java.util.Set getAction(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSetSet
// ----------------------------------------------------------------------------
  /**
   * Clears action and adds the members of the given Set.
   * 

* This method is equivalent to

   *   set.clear();
   *   set.addAll(action);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param action collection to be copied. */ public void setAction( java.util.Set action ); // ---------------------------------------------------------------------------- // Instance/AttributeGetList // ---------------------------------------------------------------------------- /** * Retrieves a list containing all the elements for the attribute localizedDescription. * @return A list containing all elements for this attribute. */ public java.util.List getLocalizedDescription( ); // ---------------------------------------------------------------------------- // Instance/AttributeSetList // ---------------------------------------------------------------------------- /** * Clears localizedDescription and adds the members of the given List. *

* This method is equivalent to

   *   list.clear();
   *   list.addAll(localizedDescription);
   * 
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param localizedDescription collection to be copied. */ public void setLocalizedDescription( java.util.List localizedDescription ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference privilege. * @return The non-null value for this reference. */ public org.openmdx.security.realm1.jmi1.Privilege getPrivilege( ); // ---------------------------------------------------------------------------- // Instance/ReferenceSetNoQualifier // ---------------------------------------------------------------------------- /** * Sets a new value for the reference privilege. * @param privilege The new non-null value for this reference. */ public void setPrivilege( org.openmdx.security.realm1.cci2.Privilege privilege ); // ---------------------------------------------------------------------------- // Instance/ReferenceGetx_1NoQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference realm. * @return The non-null value for this reference. */ public org.openmdx.security.realm1.jmi1.Role getRealm( ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy