Package com.jamasoftware.velocity.api
Interface RelationshipRule
-
- All Superinterfaces:
DomainObjectBase
public interface RelationshipRule extends DomainObjectBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Boolean
getForCoverage()
DocumentType
getFromDocType()
RelationshipType
getRelationshipType()
RelationshipRuleSet
getRuleSet()
DocumentType
getToDocType()
java.lang.Boolean
matches(DocumentType docType)
java.lang.Boolean
matches(DocumentType fromDocType, DocumentType toDocType)
java.lang.Boolean
matches(DocumentType fromDocType, DocumentType toDocType, RelationshipType relationshipType)
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObjectBase
getId, getOrganizationId
-
-
-
-
Method Detail
-
getFromDocType
DocumentType getFromDocType()
-
getToDocType
DocumentType getToDocType()
-
getRelationshipType
RelationshipType getRelationshipType()
-
getForCoverage
java.lang.Boolean getForCoverage()
-
getRuleSet
RelationshipRuleSet getRuleSet()
-
matches
java.lang.Boolean matches(DocumentType fromDocType, DocumentType toDocType, RelationshipType relationshipType)
-
matches
java.lang.Boolean matches(DocumentType fromDocType, DocumentType toDocType)
-
matches
java.lang.Boolean matches(DocumentType docType)
-
-