Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.uids
Class UidManager

java.lang.Object
  extended by org.nuxeo.theme.uids.UidManager
All Implemented Interfaces:
Registrable

public final class UidManager
extends Object
implements Registrable


Constructor Summary
UidManager()
           
 
Method Summary
 void clear()
          This method is called when the object is unregistered.
 Object getObjectByUid(Integer uid)
           
 Collection<Integer> listUids()
           
 int register(Identifiable object)
           
 void unregister(Identifiable object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UidManager

public UidManager()
Method Detail

getObjectByUid

public Object getObjectByUid(Integer uid)

register

public int register(Identifiable object)

unregister

public void unregister(Identifiable object)

clear

public void clear()
Description copied from interface: Registrable
This method is called when the object is unregistered. Clean up local variables here.

Specified by:
clear in interface Registrable

listUids

public Collection<Integer> listUids()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.