Package com.jamasoftware.velocity.api
Interface ItemRelationshipStats
-
- All Superinterfaces:
DomainObjectBase
public interface ItemRelationshipStats extends DomainObjectBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getCausingSuspect()
ContourItem
getContourItem()
java.lang.Integer
getDownstreamRelationshipCount()
java.lang.Boolean
getMissingDownstream()
java.lang.Boolean
getOrphan()
java.lang.Boolean
getSuspect()
java.lang.Integer
getUpstreamRelationshipCount()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
-
-
-
Method Detail
-
getSuspect
java.lang.Boolean getSuspect()
-
getCausingSuspect
java.lang.Boolean getCausingSuspect()
-
getOrphan
java.lang.Boolean getOrphan()
-
getMissingDownstream
java.lang.Boolean getMissingDownstream()
-
getContourItem
ContourItem getContourItem()
-
getUpstreamRelationshipCount
java.lang.Integer getUpstreamRelationshipCount()
-
getDownstreamRelationshipCount
java.lang.Integer getDownstreamRelationshipCount()
-
-