com.atlassian.plugin.schema.spi
Interface Schema
- All Superinterfaces:
- SchemaDocumented
- All Known Implementing Classes:
- DocumentBasedSchema
public interface Schema
- extends SchemaDocumented
getFileName
String getFileName()
getElementName
String getElementName()
getName
String getName()
- Specified by:
getName in interface SchemaDocumented
getDescription
String getDescription()
- Specified by:
getDescription in interface SchemaDocumented
getComplexType
String getComplexType()
getMaxOccurs
String getMaxOccurs()
getRequiredPermissions
Iterable<String> getRequiredPermissions()
getOptionalPermissions
Iterable<String> getOptionalPermissions()
getDocument
org.dom4j.Document getDocument()
Copyright © 2015 Atlassian. All rights reserved.