Class PluginAvailableBeanIntrospector.PluginAvailableBean
java.lang.Object
com.atlassian.confluence.test.rpc.PluginAvailableBeanIntrospector.PluginAvailableBean
- Enclosing class:
- PluginAvailableBeanIntrospector
-
Constructor Summary
ConstructorsConstructorDescriptionPluginAvailableBean
(String beanName, Collection<String> beanInterfaces, @Nullable Collection<String> availableInterfaces, boolean hasTransactionalAnnotation) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAvailableInterfaces
(Collection<String> availableInterfaces) void
setBeanInterfaces
(Collection<String> beanInterfaces) void
setBeanName
(String beanName) void
setHasTransactionalAnnotation
(boolean hasTransactionalAnnotation)
-
Constructor Details
-
PluginAvailableBean
public PluginAvailableBean() -
PluginAvailableBean
public PluginAvailableBean(String beanName, Collection<String> beanInterfaces, @Nullable Collection<String> availableInterfaces, boolean hasTransactionalAnnotation)
-
-
Method Details
-
getBeanName
-
isHasTransactionalAnnotation
public boolean isHasTransactionalAnnotation() -
getBeanInterfaces
-
getAvailableInterfaces
-
setBeanName
-
setBeanInterfaces
-
setAvailableInterfaces
-
setHasTransactionalAnnotation
public void setHasTransactionalAnnotation(boolean hasTransactionalAnnotation)
-