Sun Message Library for HL7

com.stc.hl7.repository
Interface HL7Manager

All Superinterfaces:
com.stc.repository.API, com.stc.repository.persistence.client.Marshalable, com.stc.repository.persistence.client.Persistable
All Known Implementing Classes:
HL7ManagerImpl

public interface HL7Manager
extends com.stc.repository.API

Version:
$Revision: 1.1 $
Author:
nang

Field Summary
static java.lang.String HL7_MANAGER_API_NAMESPACE
          Namespace for the HL7Manager.
static java.lang.String HL7_MANAGER_API_SYSTEM_ID
          System Id for the HL7Manager.
 
Fields inherited from interface com.stc.repository.API
RCS_ID
 
Method Summary
 
Methods inherited from interface com.stc.repository.API
getClassNameMapper, getSystemID, initialize
 
Methods inherited from interface com.stc.repository.persistence.client.Persistable
getACLInfo, getCreatedBy, getCreationDate, getDescription, getLastUpdatedBy, getLastUpdatedDate, getName, getOID, getOwnerOID, getPersistableSupport, getVersionInfo, isHeaderResolved, isLocked, isVersionable, resolve, setACLInfo, setCreatedBy, setCreationDate, setDescription, setHeaderResolved, setLastUpdatedBy, setLastUpdatedDate, setName, setOID, setResolver, setUnresolved, setVersionInfo
 
Methods inherited from interface com.stc.repository.persistence.client.Marshalable
getClassNameAlias, getMarshalableSupport, getPropertyMap, getReferenceID, getRelationshipMap, onUnmarshalFinished, onUnmarshalStarting, setPropertyMap, setReferenceID
 

Field Detail

HL7_MANAGER_API_NAMESPACE

static final java.lang.String HL7_MANAGER_API_NAMESPACE
Namespace for the HL7Manager.

See Also:
Constant Field Values

HL7_MANAGER_API_SYSTEM_ID

static final java.lang.String HL7_MANAGER_API_SYSTEM_ID
System Id for the HL7Manager.

See Also:
Constant Field Values

Sun Message Library for HL7