Package com.jamasoftware.velocity.api
Interface RelationshipRule
- 
- All Superinterfaces:
- DomainObjectBase
 
 public interface RelationshipRule extends DomainObjectBase 
- 
- 
Method SummaryAll 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.DomainObjectBasegetId, getOrganizationId
 
- 
 
- 
- 
- 
Method Detail- 
getFromDocTypeDocumentType getFromDocType() 
 - 
getToDocTypeDocumentType getToDocType() 
 - 
getRelationshipTypeRelationshipType getRelationshipType() 
 - 
getForCoveragejava.lang.Boolean getForCoverage() 
 - 
getRuleSetRelationshipRuleSet getRuleSet() 
 - 
matchesjava.lang.Boolean matches(DocumentType fromDocType, DocumentType toDocType, RelationshipType relationshipType) 
 - 
matchesjava.lang.Boolean matches(DocumentType fromDocType, DocumentType toDocType) 
 - 
matchesjava.lang.Boolean matches(DocumentType docType) 
 
- 
 
-