lumis.portal.structure.sync
Interface ICustomEquivalence

Package class diagram package ICustomEquivalence
All Known Implementing Classes:
AccessControlList, FileTransformation, FileTransformationParameter, InterfaceInstanceCustomProperty, Property, PropertyBag, ServiceInstance, ServiceInstanceCustomProperty, ServiceInstanceDependency

public interface ICustomEquivalence

Classes that implement this interface have a custom method for detecting equivalence.

Since:
6.2.0

Method Summary
 boolean isEquivalent(Object obj)
          Returns whether this object is equivalent to the given object.
 

Method Detail

isEquivalent

boolean isEquivalent(Object obj)
Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.

Parameters:
obj - the object to compare with.
Returns:
true if the objects are equivalent, false otherwise.
Since:
6.2.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.