Class urn_perun_group_attribute_def_def_lastSynchronizationState
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.GroupAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_group_attribute_def_def_lastSynchronizationState
- All Implemented Interfaces:
AttributesModuleImplApi,GroupAttributesModuleImplApi
public class urn_perun_group_attribute_def_def_lastSynchronizationState
extends GroupAttributesModuleAbstract
implements GroupAttributesModuleImplApi
Last synchronization state module
If group is synchronized, there will be information about state of last synchronization. If everything is ok, information will be 'OK'. If there is some error, there will be text of an error.
If group has never been synchronized, this attribute will be empty.
- Author:
- Michal Stava stavamichal@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.GroupAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, fillAttributeMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.GroupAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, fillAttribute
-
Constructor Details
-
urn_perun_group_attribute_def_def_lastSynchronizationState
public urn_perun_group_attribute_def_def_lastSynchronizationState()
-
-
Method Details
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-