com.atlassian.plugin.schema.spi
Interface Schema

All Superinterfaces:
SchemaDocumented
All Known Implementing Classes:
DocumentBasedSchema

public interface Schema
extends SchemaDocumented


Method Summary
 String getComplexType()
           
 String getDescription()
           
 org.dom4j.Document getDocument()
           
 String getElementName()
           
 String getFileName()
           
 String getMaxOccurs()
           
 String getName()
           
 Iterable<String> getOptionalPermissions()
           
 Iterable<String> getRequiredPermissions()
           
 

Method Detail

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.