|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This service provides system and configuration information.
| Method Summary | |
KeyValue[] |
getApplicationInfoDTO(java.lang.String[] attributes)
Returns the Configuration Layer's information about the current application. |
BusinessAttributeDTO[] |
getBusinessAttributesDTO(java.lang.String[] names,
java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
Retrieves all the requested business attributes defined in the Configuration Layer for the current application's tenant. |
BusinessAttributeDTO |
getInteractionSubtypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
Returns the "Interaction Subtype" business attribute defined in the Configuration Layer for the current application's tenant. |
BusinessAttributeDTO |
getInteractionTypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
Returns the "Interaction Type" business attribute defined in the Configuration Layer for the current application's tenant. |
BusinessAttributeDTO |
getMediaTypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
Returns all the "Media Type" business attributes defined in the Configuration Layer in the current application's tenant. |
java.lang.String |
getServerVersion()
Returns the current Open Services version (ex : 7.6.000.10). |
ServiceInfo[] |
getServiceInfos()
Retrieves information about the server connection backends. |
| Method Detail |
public KeyValue[] getApplicationInfoDTO(java.lang.String[] attributes)
throws ServiceException,
java.rmi.RemoteException
attributes - The attributes to retrieve (application-info:*).
ServiceException
java.rmi.RemoteException
public BusinessAttributeDTO getMediaTypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
throws ServiceException,
java.rmi.RemoteException
attributes - The attributes to retrieve for the business attribute (business-attribute:*).valuesAttributes - The attributes to retrieve for the business attribute values (business-attribute-value:*).
ServiceException
java.rmi.RemoteException
public BusinessAttributeDTO getInteractionTypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
throws ServiceException,
java.rmi.RemoteException
attributes - The attributes to retrieve for the business attribute (business-attributes:*).valuesAttributes - The attributes to retrieve for the business attribute values (business-attribute-value:*).
ServiceException
java.rmi.RemoteException
public BusinessAttributeDTO getInteractionSubtypesDTO(java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
throws ServiceException,
java.rmi.RemoteException
attributes - The attributes to retrieve for the business attribute (business-attributes:*).valuesAttributes - The attributes to retrieve for the business attribute values (business-attribute-value:*).
ServiceException
java.rmi.RemoteException
public ServiceInfo[] getServiceInfos()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
public BusinessAttributeDTO[] getBusinessAttributesDTO(java.lang.String[] names,
java.lang.String[] attributes,
java.lang.String[] valuesAttributes)
throws ServiceException,
java.rmi.RemoteException
names - The business attribute names. Cannot be null.attributes - The attributes to retrieve for the business attributes (business-attributes:*).valuesAttributes - The attributes to retrieve for the business attribute values (business-attribute-value:*).
ServiceException
java.rmi.RemoteException
public java.lang.String getServerVersion()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||