com.genesyslab.ail
Interface ViewSummary

All Superinterfaces:
IdObject

public interface ViewSummary
extends IdObject

Summary information about a view. 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 in the Annex of this view, as defined in the Configuration Layer.
 boolean isEnabled()
          Returns the Configuration Layer status of this view.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

isEnabled

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

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

getAnnex

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