com.genesyslab.ail
Interface WorkbinSummary

All Superinterfaces:
IdObject

public interface WorkbinSummary
extends IdObject

Summary information about a workbin. Summary objects are intended for getting quickly a list of objects without fully downloading each object.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.util.Map getAnnex()
          Returns the options from the Annex of this workbin, as defined in the Configuration Layer.
 java.lang.String getName()
          Returns the name of this workbin.
 boolean isEnabled()
          Returns the Configuration Layer status of this workbin.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

getName

java.lang.String getName()
Returns the name of this workbin.


isEnabled

boolean isEnabled()
Returns the Configuration Layer status of this workbin.

Returns:
true if the View object is enabled in the Configuration Layer.

getAnnex

java.util.Map getAnnex()
Returns the options from the Annex of this workbin, as defined in the Configuration Layer.