package com.tridium.orion; import javax.baja.sys.Cursor; public interface OrionCursor extends Cursor { void close(); OrionType getOrionType(); OrionSession getSession(); BIOrionObject[] toArray(); }