Package com.jamasoftware.velocity.api
Interface SmartFilter
-
- All Superinterfaces:
DomainObject
,ScopedObject
public interface SmartFilter extends DomainObject, ScopedObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from interface com.jamasoftware.velocity.api.DomainObject
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, getXmlToString, isNewObject, obtainAclObjectIdentity
-
Methods inherited from interface com.jamasoftware.velocity.api.ScopedObject
getRefId, getScopeId
-
-