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.BooleangetForCoverage()DocumentTypegetFromDocType()RelationshipTypegetRelationshipType()RelationshipRuleSetgetRuleSet()DocumentTypegetToDocType()java.lang.Booleanmatches(DocumentType docType)java.lang.Booleanmatches(DocumentType fromDocType, DocumentType toDocType)java.lang.Booleanmatches(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)
-
-