com.sas.services.information.publicobject
Interface ImpactAnalysisProcessorInterface

All Superinterfaces:
com.sas.services.information.publicobject.ProcessorInterface, java.rmi.Remote

public interface ImpactAnalysisProcessorInterface
extends com.sas.services.information.publicobject.ProcessorInterface

This interface is used to describe the depencencies of public objects.


Field Summary
static java.lang.String NAME
          Interface name.
static int TYPE_CONSUMES_DATA_FROM
          Relationship type used for all objects that consume (or use) this object
static int TYPE_CONSUMES_SERVICES_FROM
          What objects does this object consume services from?
static int TYPE_PROVIDES_DATA_FOR
          Relationship type used for all objects that are consumed by (or used by) this object
static int TYPE_PROVIDES_SERVICES_FOR
          What objects does this object provide services for?
 
Method Summary
 java.util.List getRelatedObjects(int relationshipType)
          Returns a list of related objects for this object.
 

Field Detail

NAME

static final java.lang.String NAME
Interface name.

See Also:
Constant Field Values

TYPE_CONSUMES_DATA_FROM

static final int TYPE_CONSUMES_DATA_FROM
Relationship type used for all objects that consume (or use) this object

See Also:
Constant Field Values

TYPE_PROVIDES_DATA_FOR

static final int TYPE_PROVIDES_DATA_FOR
Relationship type used for all objects that are consumed by (or used by) this object

See Also:
Constant Field Values

TYPE_CONSUMES_SERVICES_FROM

static final int TYPE_CONSUMES_SERVICES_FROM
What objects does this object consume services from?

See Also:
Constant Field Values

TYPE_PROVIDES_SERVICES_FOR

static final int TYPE_PROVIDES_SERVICES_FOR
What objects does this object provide services for?

See Also:
Constant Field Values
Method Detail

getRelatedObjects

java.util.List getRelatedObjects(int relationshipType)
                                 throws ServiceException,
                                        java.rmi.RemoteException
Returns a list of related objects for this object. Different relationships may be searched for depending on the specified relationshipType.

Parameters:
relationshipType - The type of relationship to search for. Values include:
Returns:
List of PublicObjectInterface objects
Throws:
ServiceException
java.rmi.RemoteException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.