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

NonsharedContext getNonSharedContext()

getSharedContainer

SharedAttrContainer getSharedContainer()

getAttrList

ArrayList getAttrList()

getAttrMap

Map getAttrMap()

getContainerType

String getContainerType()

getContainerID

String getContainerID()

getSyncCount

long getSyncCount()

sync

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