Ontimize 5.2072EN

com.ontimize.db
Interface SecureEntity

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TableEntity

public interface SecureEntity
extends java.rmi.Remote


Method Summary
 java.util.Vector getActions()
          This method returns a chain list, which identifies the actions that the entity realizes.
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 

Method Detail

getActions

public java.util.Vector getActions()
                            throws java.lang.Exception
This method returns a chain list, which identifies the actions that the entity realizes. These actions can be controlled by one server security manager (ServerSecurityManager. If it is used with classes which uses XML, it is not able to contain blank spaces

Returns:
Throws:
java.lang.Exception

getName

public java.lang.String getName()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getDescription

public java.lang.String getDescription()
                                throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize