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, fillAttribute
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods 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:AttributesModuleImplApi
Return attributes definition which is represented by the module- Specified by:
getAttributeDefinition
in interfaceAttributesModuleImplApi
- Overrides:
getAttributeDefinition
in classAttributesModuleAbstract
- Returns:
- attribute definition
-