Package com.e1c.langtool.history.scope
Interface IQueryScopeRules
public interface IQueryScopeRules
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Method Summary
-
Method Details
-
getValueSearchType
IQueryScopeRules.SearchType getValueSearchType() -
getLanguage
IQueryScopeRules.CompareRule getLanguage() -
getStorageId
IQueryScopeRules.CompareRule getStorageId() -
getResourceId
IQueryScopeRules.CompareRule getResourceId() -
getFeatureKey
IQueryScopeRules.CompareRule getFeatureKey() -
getFeatureName
IQueryScopeRules.CompareRule getFeatureName() -
getValue
IQueryScopeRules.CompareRule getValue() -
getContext
IQueryScopeRules.CompareRule getContext() -
getProject
IQueryScopeRules.CompareRule getProject()
-