Class urn_perun_vo_attribute_def_def_RTVoQueue
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.VoAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_vo_attribute_def_def_RTVoQueue
- All Implemented Interfaces:
AttributesModuleImplApi, VoAttributesModuleImplApi
public class urn_perun_vo_attribute_def_def_RTVoQueue
extends VoAttributesModuleAbstract
implements VoAttributesModuleImplApi
- Author:
- Michal Stava invalid input: '<'stavamichal@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfillAttribute(PerunSessionImpl sess, Vo vo, AttributeDefinition attribute) This method tries to fill appropriate Virtual Organization (Vo) attributes.Return attributes definition which is represented by the moduleMethods inherited from class VoAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntaxMethods inherited from class AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface VoAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax
-
Constructor Details
-
urn_perun_vo_attribute_def_def_RTVoQueue
public urn_perun_vo_attribute_def_def_RTVoQueue()
-
-
Method Details
-
fillAttribute
Description copied from interface:VoAttributesModuleImplApiThis method tries to fill appropriate Virtual Organization (Vo) attributes.- Specified by:
fillAttributein interfaceVoAttributesModuleImplApi- Overrides:
fillAttributein classVoAttributesModuleAbstract- Parameters:
sess- Perun sessionvo- Virtual Organizationattribute- Attribute of which you'd like to check.- Returns:
- attribute which MAY by filled in.
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-