|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Condition | |
|---|---|
| com.atlassian.plugin.web | |
| com.atlassian.plugin.web.conditions | |
| com.atlassian.plugin.web.descriptors | |
| Uses of Condition in com.atlassian.plugin.web |
|---|
| Methods in com.atlassian.plugin.web that return Condition | |
|---|---|
Condition |
WebFragmentHelper.loadCondition(String className,
com.atlassian.plugin.Plugin plugin)
Deprecated. Since 2.7.0, will use HostContainer.create in future versions |
| Uses of Condition in com.atlassian.plugin.web.conditions |
|---|
| Classes in com.atlassian.plugin.web.conditions that implement Condition | |
|---|---|
class |
AbstractCompositeCondition
|
class |
AlwaysDisplayCondition
Always show a web link. |
class |
AndCompositeCondition
|
class |
InvertedCondition
|
class |
NeverDisplayCondition
Always hide a web link. |
class |
OrCompositeCondition
|
| Fields in com.atlassian.plugin.web.conditions with type parameters of type Condition | |
|---|---|
protected List<Condition> |
AbstractCompositeCondition.conditions
|
| Methods in com.atlassian.plugin.web.conditions with parameters of type Condition | |
|---|---|
void |
AbstractCompositeCondition.addCondition(Condition condition)
|
| Constructors in com.atlassian.plugin.web.conditions with parameters of type Condition | |
|---|---|
InvertedCondition(Condition wrappedCondition)
|
|
| Uses of Condition in com.atlassian.plugin.web.descriptors |
|---|
| Fields in com.atlassian.plugin.web.descriptors declared as Condition | |
|---|---|
protected Condition |
AbstractWebFragmentModuleDescriptor.condition
|
| Methods in com.atlassian.plugin.web.descriptors that return Condition | |
|---|---|
Condition |
ConditionElementParser.ConditionFactory.create(String className,
com.atlassian.plugin.Plugin plugin)
|
Condition |
DefaultAbstractWebFragmentModuleDescriptor.getCondition()
|
Condition |
ConditionalDescriptor.getCondition()
|
Condition |
WebFragmentModuleDescriptor.getCondition()
|
Condition |
AbstractWebFragmentModuleDescriptor.getCondition()
|
protected Condition |
ConditionElementParser.invert(Condition condition)
|
protected Condition |
AbstractWebFragmentModuleDescriptor.makeCondition(org.dom4j.Element element)
|
Condition |
ConditionElementParser.makeCondition(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
Only here to retain binary compatibility. |
protected Condition |
ConditionElementParser.makeConditionImplementation(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
protected Condition |
AbstractWebFragmentModuleDescriptor.makeConditions(org.dom4j.Element element,
int type)
Create a condition for when this web fragment should be displayed |
protected Condition |
AbstractWebFragmentModuleDescriptor.makeConditions(List elements,
int type)
|
Condition |
ConditionElementParser.makeConditions(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element,
int type)
Only here to retain binary compatibility. |
Condition |
ConditionElementParser.makeConditions(com.atlassian.plugin.Plugin plugin,
List<org.dom4j.Element> elements,
int type)
Only here to retain binary compatibility. |
| Methods in com.atlassian.plugin.web.descriptors that return types with arguments of type Condition | |
|---|---|
protected CompositeCondition<Condition> |
ConditionElementParser.createAndCompositeCondition()
|
protected CompositeCondition<Condition> |
ConditionElementParser.createOrCompositeCondition()
|
| Methods in com.atlassian.plugin.web.descriptors with parameters of type Condition | |
|---|---|
protected Condition |
ConditionElementParser.invert(Condition condition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||