|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleFunction | |
|---|---|
| oracle.ide.extension.rules | |
| oracle.ide.extension.rules.functions | |
| Uses of RuleFunction in oracle.ide.extension.rules |
|---|
| Methods in oracle.ide.extension.rules that return RuleFunction | |
|---|---|
RuleFunction |
RuleType.getRuleFunction()Attempts to instantiate the RuleFunction class associated with this RuleType. |
| Constructor parameters in oracle.ide.extension.rules with type arguments of type RuleFunction | |
|---|---|
RuleType(java.lang.String id, MetaClass<RuleFunction> implClass, Extension extension)Constructs a RuleType. |
|
| Uses of RuleFunction in oracle.ide.extension.rules.functions |
|---|
| Subclasses of RuleFunction in oracle.ide.extension.rules.functions | |
|---|---|
class |
AllSelectionsHaveAttributeReturns true if the given IDE Context contains a non empty Selection, and all of the Elements contained in the Selection have the expected attribute set. |
class |
AlwaysEnabledA RuleFunction implementation that always evaluates to true. |
class |
AnySelectionHasAttributeReturns true if the given IDE Context contains a non empty Selection, and at least one of the Elements contained in the Selection has the expected attribute set. |
class |
ContextHasElementReturns true if the given IDE Context contains an Element, and the Element matches the expected type. |
class |
ContextHasNodeReturns true if the given IDE Context contains a Node, and the Node matches the expected type. |
class |
ContextHasProjectReturns true if the IDE Context contains a Project |
class |
ContextHasViewReturns true if the given IDE Context contains a View, and the View matches the expected type. |
class |
ContextHasWorkspaceReturns true if the given IDE Context contains a workspace. |
class |
ContextObjectIsNamed |
class |
ElementHasAttributeReturns true if the given IDE Context contains an Element, and that Element has the expected attribute set. |
class |
ExtensionEnabledDetermines whether or not an extension has been loaded, returns false if it has not been. |
class |
ExtensionInitialized |
class |
MultipleSelectionReturns true if the IDE Context contains a Selection, and the Selection contains multiple Elements. |
class |
NodeIsDirtyReturns true if the given IDE Context contains a Node, and the Node is currently dirty. |
class |
ProductHasId |
class |
ProjectHasContentThis rule implementation returns true from ProjectHasContent.evaluate(oracle.ide.extension.rules.RuleEvaluationContext, java.util.Map<java.lang.String, oracle.ide.extension.rules.RuleFunctionParameter>) if the given Context contains a Project and that Project has at least one file in the content set referenced by the rule parameter, . |
class |
ProjectHasTechScope |
class |
ProjectPropertiesHasKeyReturns true if the IDE Context contains a Project whose project properties contain the specified key. |
class |
PropertyHasValueReturns true if there is a system property with the supplied name whose value matches the expected value. |
class |
SingleSelectionReturns true if the IDE Context contains a Selection, and the Selection contains a single Element. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||