ARoad0.gBaseInterface
Interface ViewInBase

All Superinterfaces:
BaseObject, BoundBean, java.util.EventListener, Folder, ImmutableFolder, java.beans.PropertyChangeListener
All Known Subinterfaces:
EPRViewInBase, NoThanViewInBase, SketchViewInBase
All Known Implementing Classes:
EPRViewInBaseImpl, NoThanViewInBaseImpl, SketchViewInBaseImpl, ViewInBaseImpl

public interface ViewInBase
extends Folder

This interface is responsible for managing in the base the views about access control issues. It is a listener of the ACS openings and closings.


Method Summary
 boolean getCompleteResults()
          False if at least one ACS structure modeling is incomplete for an used ACS.
 
Methods inherited from interface ARoad0.gBaseInterface.Folder
addEorBaseObject, addPropertyChangeListener, addPropertyChangeListener, propertyChange, removeEorBaseObject, removePropertyChangeListener, removePropertyChangeListener, setComment
 
Methods inherited from interface ARoad0.gBaseInterface.ImmutableFolder
containsBaseObject, getComment, getConnectedToSeveralACS, getEorL_ConnectedACSNames, getEorM_BaseObjects, getType, isEmpty
 
Methods inherited from interface ARoad0.gBaseInterface.BaseObject
equals, getFullName, getName, getNickName, hashCode
 

Method Detail

getCompleteResults

boolean getCompleteResults()
False if at least one ACS structure modeling is incomplete for an used ACS. The modeling of the ACS structure is incomplete when some ACSObjects miss while they participate to the decision for some important access controls, or simply when these missed ACSObjects are important for the overall ACS security, or when their important relations with some other ACSObjects are not set. On the other hand, the model remains complete if some secondary ACSObjects are not modelled, like for instance image files in an operating system file system. When the model of an ACS structure is incomplete, all the views which use this ACS are set incomplete in their results.

Returns:
false if the result is incomplet since some ACS structure is incomplete.