org.eclipse.higgins.idas.cp.xmlfile
Interface NonsharedAttrContainer

All Known Implementing Classes:
NonsharedComplexAttrValue, NonsharedEntity

public interface NonsharedAttrContainer

Author:
dsanders@novell.com

Method Summary
 ArrayList getAttrList()
           
 Map getAttrMap()
           
 String getContainerID()
           
 String getContainerType()
           
 NonsharedContext getNonSharedContext()
           
 SharedAttrContainer getSharedContainer()
           
 long getSyncCount()
           
 boolean sync(boolean bForceSync)
           
 

Method Detail

getNonSharedContext

public NonsharedContext getNonSharedContext()

getSharedContainer

public SharedAttrContainer getSharedContainer()

getAttrList

public ArrayList getAttrList()

getAttrMap

public Map getAttrMap()

getContainerType

public String getContainerType()

getContainerID

public String getContainerID()

getSyncCount

public long getSyncCount()

sync

public boolean sync(boolean bForceSync)
             throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException