Interface ImpactAnalysisProcessorInterface
- All Superinterfaces:
- com.sas.services.information.publicobject.ProcessorInterface,
Remote
public interface ImpactAnalysisProcessorInterface
extends ProcessorInterface
This interface is used to describe the depencencies of public objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringInterface name.static final intRelationship type used for all objects that consume (or use) this objectstatic final intWhat objects does this object consume services from?static final intRelationship type used for all objects that are consumed by (or used by) this objectstatic final intWhat objects does this object provide services for? -
Method Summary
Modifier and TypeMethodDescriptionListgetRelatedObjects(int relationshipType) Returns a list of related objects for this object.Methods inherited from interface com.sas.services.information.publicobject.ProcessorInterface
destroy, getPublicObject
-
Field Details
-
NAME
static final String NAMEInterface name.- See Also:
-
TYPE_CONSUMES_DATA_FROM
static final int TYPE_CONSUMES_DATA_FROMRelationship type used for all objects that consume (or use) this object- See Also:
-
TYPE_PROVIDES_DATA_FOR
static final int TYPE_PROVIDES_DATA_FORRelationship type used for all objects that are consumed by (or used by) this object- See Also:
-
TYPE_CONSUMES_SERVICES_FROM
static final int TYPE_CONSUMES_SERVICES_FROMWhat objects does this object consume services from?- See Also:
-
TYPE_PROVIDES_SERVICES_FOR
static final int TYPE_PROVIDES_SERVICES_FORWhat objects does this object provide services for?- See Also:
-
-
Method Details
-
getRelatedObjects
Returns a list of related objects for this object. Different relationships may be searched for depending on the specifiedrelationshipType.- Parameters:
relationshipType- The type of relationship to search for. Values include:- Returns:
- List of PublicObjectInterface objects
- Throws:
ServiceExceptionRemoteException
-