Class ResourceObjectClass

  • All Implemented Interfaces:
    DebugDumpable

    public class ResourceObjectClass
    extends Object
    implements DebugDumpable
    Specifies the object class (on given resource) against which a synchronization will be executed. We keep the following: - resolved resource, - resolved object class definition (refined or raw), - kind & intent (if specified). The role of kind and intent is indirect: they are used only for getCoords() and getObjectFilter() methods. Note that the object class handling in synchronization task is currently quite counter-intuitive. Please see SyncTaskHelper and MID-7470 for more information.