com.esri.sde.sdk.client
Class SeState

java.lang.Object
  extended by com.esri.sde.sdk.client.SeState

public class SeState
extends java.lang.Object


Field Summary
static int SE_NULL_STATE_ID
           
static int SE_STATE_DIFF_NOCHECK
           
 
Constructor Summary
SeState(SeConnection conn)
           
SeState(SeConnection conn, SeObjectId stateId)
           
 
Method Summary
 void close()
           
 void create(SeObjectId parentId)
           
 void delete()
           
 void freeLock()
           
 SeObjectId getId()
           
 java.lang.String getOwner()
           
 SeObjectId getParentId()
           
 boolean isOpen()
           
 void lock()
           
 void merge(SeObjectId id, SeObjectId id2)
           
 void open()
           
 void trimTree(SeObjectId from, SeObjectId to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_STATE_DIFF_NOCHECK

public static int SE_STATE_DIFF_NOCHECK

SE_NULL_STATE_ID

public static int SE_NULL_STATE_ID
Constructor Detail

SeState

public SeState(SeConnection conn,
               SeObjectId stateId)
        throws SeException
Throws:
SeException

SeState

public SeState(SeConnection conn)
        throws SeException
Throws:
SeException
Method Detail

isOpen

public boolean isOpen()

close

public void close()
           throws SeException
Throws:
SeException

getId

public SeObjectId getId()

create

public void create(SeObjectId parentId)
            throws SeException
Throws:
SeException

trimTree

public void trimTree(SeObjectId from,
                     SeObjectId to)
              throws SeException
Throws:
SeException

delete

public void delete()
            throws SeException
Throws:
SeException

getParentId

public SeObjectId getParentId()

open

public void open()
          throws SeException
Throws:
SeException

freeLock

public void freeLock()
              throws SeException
Throws:
SeException

lock

public void lock()
          throws SeException
Throws:
SeException

merge

public void merge(SeObjectId id,
                  SeObjectId id2)
           throws SeException
Throws:
SeException

getOwner

public java.lang.String getOwner()


Copyright © 1996-2010 Geotools. All Rights Reserved.