Skip navigation links
com.essbase.eas.essbase.defs.outline.command
Class EditorOpenStatus
java.lang.Object
com.essbase.eas.framework.defs.transfer.XMLTransferMessage
com.essbase.eas.framework.defs.command.CommandStatus
com.essbase.eas.essbase.defs.outline.command.EditorOpenStatus
-
public class EditorOpenStatus
- extends CommandStatus
specific command status class used for opening an outline.
- Since:
- 7.0.0
- Version:
- 7.0.0
- Author:
- Hank Cox
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OPEN_OK
public static final short OPEN_OK
-
- See Also:
- Constant Field Values
OPEN_TRANSFER
public static final short OPEN_TRANSFER
-
- See Also:
- Constant Field Values
OPEN_LOAD
public static final short OPEN_LOAD
-
- See Also:
- Constant Field Values
OPEN_MEMORY
public static final short OPEN_MEMORY
-
- See Also:
- Constant Field Values
OPEN_ESSBASE_ERROR
public static final short OPEN_ESSBASE_ERROR
-
- See Also:
- Constant Field Values
OPEN_CONTEXT_ERROR
public static final short OPEN_CONTEXT_ERROR
-
- See Also:
- Constant Field Values
OPEN_LOCK_FAILURE
public static final short OPEN_LOCK_FAILURE
-
- See Also:
- Constant Field Values
OPEN_LOCAL_CONTEXT_ERROR
public static final short OPEN_LOCAL_CONTEXT_ERROR
-
- See Also:
- Constant Field Values
OPEN_OUT_OF_MEMORY_ERROR
public static final short OPEN_OUT_OF_MEMORY_ERROR
-
- See Also:
- Constant Field Values
EditorOpenStatus
public EditorOpenStatus()
setOpenProblem
public void setOpenProblem(short value)
getOpenProblem
public short getOpenProblem()
setCallStatus
public void setCallStatus(int value)
getCallStatus
public int getCallStatus()
getText
public java.lang.String getText()
getServerAvailablefreeMemory
public long getServerAvailablefreeMemory()
setServerAvailablefreeMemory
public void setServerAvailablefreeMemory(long serverAvailablefreeMemory)
getOperationRequiredMemory
public long getOperationRequiredMemory()
setOperationRequiredMemory
public void setOperationRequiredMemory(long operationRequiredMemory)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.