net.ontopia.topicmaps.webed.core
Interface OSLSchemaAwareIF

All Superinterfaces:
ActionIF
All Known Implementing Classes:
AbstractTopicMapAction, AddExtVariant, AddIntVariant, AssignRolePlayer, AssignRolePlayers, AssignUnaryAssociation, CreateAssoc, CreateTopic, OSLValidate, RemoveType, SetType

public interface OSLSchemaAwareIF
extends ActionIF

INTERNAL: The interface is implemented by actions which use schema information to perform their tasks. If an action implements this interface the web editor framework will pass the schema to it, if there is one.


Method Summary
 OSLSchema getSchema()
          INTERNAL: Gets schema object.
 void setSchema(OSLSchema schema)
          INTERNAL: Sets the schema object.
 
Methods inherited from interface net.ontopia.topicmaps.webed.core.ActionIF
perform
 

Method Detail

getSchema

OSLSchema getSchema()
INTERNAL: Gets schema object.


setSchema

void setSchema(OSLSchema schema)
INTERNAL: Sets the schema object.



Copyright © 2000-2012 Ontopia.