Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
function() { var repo = new activevos.socrates.screenflow.central. repository.AeScreenFlowRepository(); var filter = null; // currently not used repo.getEntries(filter, function(aSuccess, aItemList) { if (aSuccess) { for (var i = 0; i < aItemList.length; i++) { var item = aItemList[i]; } } }); };
{ "Item" : { "EntryId" : { "$t" : "" }, "Name" : { "$t" : "" }, "MimeType" : { "$t" : "" }, "Description" : { }, "AppliesTo" : { "$t" : "" }, "Tags" : { }, "VersionLabel" : { "$t" : "" }, "State" : { "$t" : "" }, "ProcessGroup" : { }, "CreatedBy" : { "$t" : "" }, "CreationDate" : { "$t" : "" }, "ModifiedBy" : { "$t" : "" }, "ModificationDate" : { "$t" : "" }, "PublishedBy" : { "$t" : "" }, "PublicationDate" : { "$t" : "" }, "PublishedContributionId" : { "$t" : "" }, "AutosaveExists" : { "$t" : "" } } }