***  This interface is subject to change.  ***

com.sas.iquery.metadata.business
Interface BusinessModelResource

All Superinterfaces:
NamedObjectInterface, PropertyChangeListenee, UsabilityInterface
All Known Subinterfaces:
BusinessGroup, BusinessItem, BusinessModel, BusinessModelObject, BusinessRule, CompoundFilter, DataItem, DataItemReference, DataSelection, DrillThroughToDetail, FilterCascadeRule, FilterItem, Governing, InformationMap, Prompt

public interface BusinessModelResource
extends UsabilityInterface, NamedObjectInterface, PropertyChangeListenee

Specifies objects that can be referenced by business models other than the one they are contained in.


Method Summary
 boolean isUnresolved()
          Returns whether this object is unresolved or not.
 
Methods inherited from interface com.sas.iquery.metadata.business.UsabilityInterface
getReasonsUnusable, isUsableInQuery
 
Methods inherited from interface com.sas.iquery.metadata.NamedObjectInterface
getDescription, getLabel
 
Methods inherited from interface com.sas.iquery.metadata.PropertyChangeListenee
addListener, getListeners, removeListener
 

Method Detail

***  This method is subject to change.  ***

isUnresolved

boolean isUnresolved()
Returns whether this object is unresolved or not. An unresolved business model resource is a reference to a resource external to a business model that no longer exists or could not be found.

Returns:
a boolean value indicating whether this object is unresolved

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.