Interface IInfobaseApplication
- 
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable,- IApplication,- ILifecycleAware,- IUrlAccess
 
 public interface IInfobaseApplication extends IApplication, IUrlAccess The 1C:Enterprise V8 infobase application.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringATTRIBUTE_DEBUG_PORTAn attribute key to store the 1C:Enterprise debug server port.static StringCONTEXT_CLIENT_ARGUMENTSAn execution context key to store 1C:Enterprise client runtime exection arguments.static StringCONTEXT_CLIENT_INSTALLATIONAn execution context key to store 1C:Enterprise client platform installation.static StringCONTEXT_CLIENT_TYPEAn execution context key to store 1C:Enterprise client type.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InfobaseReferencegetInfobase()Returns the infobase to run application with.- 
Methods inherited from interface com.e1c.g5.dt.applications.IApplicationgetArtifacts, getId, getName, getProject, getType
 - 
Methods inherited from interface com.e1c.g5.dt.applications.ILifecycleAwaregetApplication
 - 
Methods inherited from interface com.e1c.g5.dt.applications.IUrlAccessgetApplication, getId, getUrl
 
- 
 
- 
- 
- 
Field Detail- 
CONTEXT_CLIENT_TYPEstatic final String CONTEXT_CLIENT_TYPE An execution context key to store 1C:Enterprise client type.- See Also:
- Constant Field Values
 
 - 
CONTEXT_CLIENT_ARGUMENTSstatic final String CONTEXT_CLIENT_ARGUMENTS An execution context key to store 1C:Enterprise client runtime exection arguments.- See Also:
- Constant Field Values
 
 - 
CONTEXT_CLIENT_INSTALLATIONstatic final String CONTEXT_CLIENT_INSTALLATION An execution context key to store 1C:Enterprise client platform installation.- See Also:
- Constant Field Values
 
 - 
ATTRIBUTE_DEBUG_PORTstatic final String ATTRIBUTE_DEBUG_PORT An attribute key to store the 1C:Enterprise debug server port.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getInfobaseInfobaseReference getInfobase() Returns the infobase to run application with.- Returns:
- the infobase to run application with, never null
 
 
- 
 
-