Package | Description |
---|---|
com.semarchy.mdm.client |
Provides the classes to connect to a Semarchy For MDM instance and to use the services provided by the instance.
|
com.semarchy.mdm.runtime.admin |
Modifier and Type | Method and Description |
---|---|
DataEditionInfo |
IMDMConnection.getDataEditionInfoOpenedAsOfDate(String pDataLocationName,
long pDataBranchID,
Date pReferenceDate)
* Retrieve
DataEditionInfo for a given data branch on a given data location and that was open at the given date. |
Modifier and Type | Method and Description |
---|---|
List<DataEditionInfo> |
IMDMConnection.getDataEditionInfos(String pDataLocationName,
Long pDataBranchID,
Long pDataEditionID)
Returns the list of
DataEditionInfo matching the provided not null
This is a shortcut to IMDMConnection.getDataEditionInfos(String, Long, Long) on IMDMConnection.getDataLocationService() |
Modifier and Type | Method and Description |
---|---|
DataEditionInfo |
IDataLocationAdminService.getDataEditionInfoOpenedAsOfDate(String pDataLocationName,
long pDataBranchID,
Date pReferenceDate)
* Retrieve
DataEditionInfo for a given data branch on a given data location and that was open at the given date. |
Modifier and Type | Method and Description |
---|---|
List<DataEditionInfo> |
IDataLocationAdminService.getDataEditionInfos(String pDataLocationName,
Long pDataBranchID,
Long pDataEditionID)
Returns the list of
DataEditionInfo matching the provided not null
parameters. |
Copyright © 2015. All Rights Reserved.