| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RecommendedAssetIdAn asset ID that also contains Engage-related information. | 
| interface  | RevisionAssetId | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | AssetFacade. filterSingleAsset(AssetId asset,
                 String desiredLocale,
                 String dimensionSetName)Filter an asset based on a DimensionSet and a preferred locale. | 
| AssetId | AssetFacadeImpl. filterSingleAsset(AssetId asset,
                 String desiredLocale,
                 String dimensionSetName) | 
| AssetId | Tag. getAsset() | 
| AssetId | BlobLinkInfo. getAsset() | 
| AssetId | AssetFacade. getAssetByName(String site,
              String assetType,
              String assetName)Retrieve an asset id from an asset name; for the possible multiple returns (assets with same names),
 we will return the first asset from the list. | 
| AssetId | AssetFacadeImpl. getAssetByName(String siteName,
              String assetType,
              String assetName) | 
| AssetId | LinkInfo. getAssetId() | 
| AssetId | AssetData. getAssetId()Returns unique identification of the asset instance  AssetId. | 
| AssetId | DefaultBuildersFactory. getAssetId()Get the current asset id in the scope, for ICS, it will get it from c/cid combinations | 
| AssetId | BuildersFactory. getAssetId() | 
| protected AssetId | BaseController. getAssetId() | 
| AssetId | AssetDataImpl. getAssetId() | 
| AssetId | AssetFacadeImpl. getDimensionAssetId(String locale,
                   AssetId asset,
                   String dimensionSet)It returns the desired translation of the asset using the locale and dimensionSet filter. | 
| AssetId | AssetFacade. getRelative(AssetId asset,
           String locale)Get a relative of a given asset using the preferred locale. | 
| AssetId | AssetFacadeImpl. getRelative(AssetId asset,
           String locale) | 
| AssetId | AssetData. getTreeNodeParentAssetId()Returns the parent asset in the tree node. | 
| AssetId | AssetDataImpl. getTreeNodeParentAssetId() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | AssetDataPreviewManager. filterAssetsByDate(List<AssetId> assetIds) | 
| List<AssetId> | AssetDataPreviewManagerImpl. filterAssetsByDate(List<AssetId> assetIds) | 
| List<AssetId> | TagManager. getAssets(String category,
         String tagName)Return list of asset ids given category and tag name. | 
| List<AssetId> | TagManager. getAssets(String category,
         String tagName,
         String tagValue,
         String owner)Return list of asset ids given parameters. | 
| List<AssetId> | AssetData. getAssociatedAssets(String name)Returns named associations by given name. | 
| List<AssetId> | AssetDataImpl. getAssociatedAssets(String name)This method is lazy loading associated assets. | 
| List<AssetId> | AssetFacade. getImmediateChildren(String siteName,
                    AssetId assetId)Get the immediate children of a given flex parent asset. | 
| List<AssetId> | AssetFacadeImpl. getImmediateChildren(String siteName,
                    AssetId assetId) | 
| List<AssetId> | AssetData. getImmediateParents()Returns the Asset Identifiers of immediate parents, if any. | 
| List<AssetId> | RevisionAssetDataImpl. getImmediateParents() | 
| List<AssetId> | AssetDataImpl. getImmediateParents() | 
| List<AssetId> | AssetData. getImmediateParents(String parentDefName)Returns the Asset Identifiers of immediate parents, if any. | 
| List<AssetId> | RevisionAssetDataImpl. getImmediateParents(String parentDefName) | 
| List<AssetId> | AssetDataImpl. getImmediateParents(String parentDefName) | 
| List<AssetId> | LegacyBlobLinkInfo. getParent() | 
| List<AssetId> | AssetData. getParents()Returns Asset identifiers of parent assets, if any. | 
| List<AssetId> | RevisionAssetDataImpl. getParents()Returns Asset identifiers of parent assets, if any. | 
| List<AssetId> | AssetDataImpl. getParents()Returns Asset identifiers of parent assets, if any. | 
| Collection<AssetId> | AssetFacade. getRelatives(AssetId assetId)Retrieve the relatives of a given asset in a Collection. | 
| Collection<AssetId> | AssetFacadeImpl. getRelatives(AssetId assetId) | 
| List<AssetId> | EngageManager. getSegmentIdsFor(VisitorContext vContext) | 
| List<AssetId> | AssetFacade. getSegments(String alias,
           String profileName,
           Map<String,Object> profile,
           String sitename)Get the segments that the visitor belongs to with visitor alias and visitor attributes. | 
| List<AssetId> | AssetFacadeImpl. getSegments(String alias,
           String profileName,
           Map<String,Object> profile,
           String sitename) | 
| List<AssetId> | DefaultBuildersFactory. lookUp(String assetType,
      String assetName,
      String siteName) | 
| List<AssetId> | BuildersFactory. lookUp(String assetType,
      String assetName,
      String siteName) | 
| List<AssetId> | BaseController. lookUp(String assetType,
      String assetName,
      String site) | 
| List<AssetId> | AssetFacade. retainSegments(String alias,
              String profileName,
              Map<String,Object> profile,
              String segments,
              String sitename)Get the segments from the specified list that the visitor belongs to with visitor alias and visitor attributes | 
| List<AssetId> | AssetFacadeImpl. retainSegments(String alias,
              String profileName,
              Map<String,Object> profile,
              String segments,
              String sitename) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TagManager. addTag(String tagname,
      AssetId asset)Adds a tag to given asset. | 
| void | TagManager. addTag(String category,
      String tagName,
      String tagValue,
      AssetId asset)Adds a tag to given asset. | 
| void | TagManager. addTag(String type,
      String tagName,
      String tagValue,
      AssetId asset,
      boolean isAssetSave,
      boolean isAfterPublish)Add a tag to the give asset. | 
| void | TagManager. deleteTags(AssetId asset,
          boolean isAssetSave,
          boolean isPublish)Completely delete all tags for given asset | 
| AssetId | AssetFacade. filterSingleAsset(AssetId asset,
                 String desiredLocale,
                 String dimensionSetName)Filter an asset based on a DimensionSet and a preferred locale. | 
| AssetId | AssetFacadeImpl. filterSingleAsset(AssetId asset,
                 String desiredLocale,
                 String dimensionSetName) | 
| T | LinkInfo. forAsset(AssetId id)Specify the  AssetIdthat this LinkInfo is used for | 
| AssetReader | AssetReader. forAsset(AssetId assetId)Specify the asset by an AssetId | 
| T | BlobLinkInfo. forAssetField(AssetId asset,
             String field)Specify the location information for this BlobLinkInfo with combined asset id and a field | 
| AssetData | RevisionTrackingManager. get(AssetId id,
   int versionNnmber)Returns AssetData for a given asset and version number. | 
| AssetData | RevisionTrackingManagerImpl. get(AssetId id,
   int versionNnmber) | 
| List<AssetData> | RevisionTrackingManager. getAll(AssetId id)Returns all revision tracked data for a given asset | 
| List<AssetData> | RevisionTrackingManagerImpl. getAll(AssetId id) | 
| List<String> | AssetFacade. getAllAssociations(AssetId id)Get a list of all defined associations for a given asset. | 
| List<String> | AssetFacadeImpl. getAllAssociations(AssetId id) | 
| List<String> | AssetFacade. getAllAttributes(AssetId id)Get a list of all defined attributes back for given asset id. | 
| List<String> | AssetFacadeImpl. getAllAttributes(AssetId id) | 
| IList | AssetSetPreview. getAttributeValues(AssetId assetId,
                  int sortOrder,
                  String attributeTypeName,
                  String attributeName,
                  boolean immediate,
                  int versionNumber,
                  com.openmarket.gator.interfaces.IAssetSet assetSet) | 
| AssetId | AssetFacadeImpl. getDimensionAssetId(String locale,
                   AssetId asset,
                   String dimensionSet)It returns the desired translation of the asset using the locale and dimensionSet filter. | 
| int | EngageManager. getEffectiveRating(VisitorContext vc,
                  AssetId aid,
                  StringBuilder reason) | 
| List<AssetId> | AssetFacade. getImmediateChildren(String siteName,
                    AssetId assetId)Get the immediate children of a given flex parent asset. | 
| List<AssetId> | AssetFacadeImpl. getImmediateChildren(String siteName,
                    AssetId assetId) | 
| void | AssetSetPreview. getMultipleAttributeValues(AssetId assetId,
                          IList attributes,
                          String listNamePrefix,
                          boolean segregateByAsset,
                          boolean immediateOnly,
                          int versionNumber,
                          com.openmarket.gator.interfaces.IAssetSet assetSet) | 
| AssetId | AssetFacade. getRelative(AssetId asset,
           String locale)Get a relative of a given asset using the preferred locale. | 
| AssetId | AssetFacadeImpl. getRelative(AssetId asset,
           String locale) | 
| Collection<AssetId> | AssetFacade. getRelatives(AssetId assetId)Retrieve the relatives of a given asset in a Collection. | 
| Collection<AssetId> | AssetFacadeImpl. getRelatives(AssetId assetId) | 
| String | AssetFacade. getSubtype(AssetId asset)Get the subtype for a given asset. | 
| String | AssetHelper. getSubtype(AssetId asset) | 
| String | AssetFacadeImpl. getSubtype(AssetId asset) | 
| List<Tag> | TagManager. getTags(String category,
       AssetId asset)Return non-voided tags given category and asset id. | 
| List<Tag> | TagManager. getTags(String type,
       AssetId asset,
       boolean excludeVoid)Get all tags of given type and asset. | 
| List<Integer> | RevisionTrackingManager. getVersions(AssetId id)Returns all available version numbers of tracked assets given an asset id. | 
| List<Integer> | RevisionTrackingManagerImpl. getVersions(AssetId id) | 
| boolean | AssetFacade. isAssetInSite(AssetId asset,
             String site) | 
| boolean | AssetFacadeImpl. isAssetInSite(AssetId asset,
             String site) | 
| boolean | AssetFacade. isValid(AssetId id,
       Date date)Check an asset is valid or not for a given date. | 
| boolean | AssetHelper. isValid(AssetId id,
       Date date) | 
| boolean | AssetFacadeImpl. isValid(AssetId id,
       Date date) | 
| void | DefaultBuildersFactory. logAssetDeps(AssetId... assetIds) | 
| void | BuildersFactory. logAssetDeps(AssetId... assetIds) | 
| protected void | BaseController. logAssetDeps(AssetId... assetIds) | 
| AssetData | AssetDataPreviewManager. read(AssetId id) | 
| AssetData | AssetDataPreviewManagerImpl. read(AssetId id) | 
| AssetData | AssetFacade. read(AssetId assetId,
    List<String> attributes)Reads given set attribute data and returns an AssetData instance containing them. | 
| AssetData | AssetFacadeImpl. read(AssetId assetId,
    List<String> attributes) | 
| MutableAssetData | BasicAssetDataReadStrategy. read(com.openmarket.xcelerate.interfaces.IAsset asset,
    AssetId id) | 
| MutableAssetData | AssetDataReadStrategy. read(com.openmarket.xcelerate.interfaces.IAsset asset,
    AssetId id) | 
| AssetData | AssetDataPreviewManager. readAttributes(AssetId id,
              List<String> attributeNames) | 
| AssetData | AssetDataManager. readAttributes(AssetId id,
              List<String> attributeNames)Reads given set attribute data and returns an AssetData instance containing them. | 
| MutableAssetData | BasicAssetDataReadStrategy. readAttributes(AssetId id,
              List<String> attributeNames) | 
| MutableAssetData | AssetDataReadStrategy. readAttributes(AssetId id,
              List<String> attributeNames)Reads given set attribute data and returns an AssetData instance containing them. | 
| AssetData | AssetDataPreviewManagerImpl. readAttributes(AssetId id,
              List<String> attributeNames) | 
| AssetData | AssetDataManagerImpl. readAttributes(AssetId id,
              List<String> attributeNames) | 
| boolean | ABTestAssetManager. removeReferences(AssetId staged,
                AssetId ref)Removes the reference to an asset from the WCS_ABTest asset, if the asset has not already been published. | 
| void | TagManager. removeTag(String category,
         String tagName,
         AssetId asset)Removes tag from asset. | 
| void | Tag. setAsset(AssetId asset) | 
| void | AssetData. setAssetId(AssetId assetId)Sets unique identification of the asset instance  AssetId. | 
| void | AssetDataImpl. setAssetId(AssetId assetId) | 
| void | RevisionAssetData. setImmediateParent(AssetId parentAssetId)Method to add one parent at a time to the immediate parents list for a revision asset. | 
| void | RevisionAssetDataImpl. setImmediateParent(AssetId parentAssetId) | 
| void | MutableAssetData. setTreeNodeParentAssetId(AssetId treeNodeparentAssetId)Sets the parent asset in the tree node. | 
| void | AssetDataImpl. setTreeNodeParentAssetId(AssetId treeNodeparentAssetId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableAssetData. addAssociation(String associationName,
              List<AssetId> assets)Adds an associations by a given name. | 
| void | AssetDataImpl. addAssociation(String associationName,
              List<AssetId> assets) | 
| void | RevisionTrackingManager. checkIn(List<AssetId> ids)Checks in a given collection of AssetIds | 
| void | RevisionTrackingManagerImpl. checkIn(List<AssetId> ids) | 
| void | RevisionTrackingManager. checkIn(List<AssetId> ids,
       String checkinMsg)Checks in a given collection of AssetIds | 
| void | RevisionTrackingManagerImpl. checkIn(List<AssetId> ids,
       String checkinMsg) | 
| void | RevisionTrackingManager. checkOut(List<AssetId> ids)Checks out a collection of AssetIds | 
| void | RevisionTrackingManagerImpl. checkOut(List<AssetId> ids) | 
| void | AssetDataManager. delete(List<AssetId> data)Deletes a given list of AssetIds from database. | 
| void | BasicAssetDataWriteStrategy. delete(List<AssetId> data) | 
| void | AssetDataWriteStrategy. delete(List<AssetId> data)Deletes a given list of assets from Content Server | 
| void | AssetDataManagerImpl. delete(List<AssetId> data) | 
| List<AssetId> | AssetDataPreviewManager. filterAssetsByDate(List<AssetId> assetIds) | 
| List<AssetId> | AssetDataPreviewManagerImpl. filterAssetsByDate(List<AssetId> assetIds) | 
| List<RevisionAssetId> | AssetDataPreviewManager. filterAssetsRevision(List<AssetId> assetIds) | 
| List<RevisionAssetId> | AssetDataPreviewManagerImpl. filterAssetsRevision(List<AssetId> assetIds) | 
| E | LegacyBlobLinkInfo. forParent(List<AssetId> parents)Specify the parent id to log a dependency for | 
| List<String> | TagManager. getAllTags(List<AssetId> assetIds)Get all the tags assigned to the give list of assets | 
| List<String> | TagManager. getCommonTags(List<AssetId> assetIds)Get all the tags common to the give list of assets | 
| List<RecommendedAssetId> | EngageManager. getRecommendedAssets(VisitorContext vContext,
                    String recommendationName,
                    int maxcount,
                    List<AssetId> filterOutAssets) | 
| Iterable<AssetData> | AssetDataPreviewManager. read(List<AssetId> ids) | 
| Iterable<AssetData> | AssetDataManager. read(List<AssetId> ids)Reads asset data for all given  AssetIds. | 
| Iterable<MutableAssetData> | BasicAssetDataReadStrategy. read(List<AssetId> ids) | 
| Iterable<MutableAssetData> | AssetDataReadStrategy. read(List<AssetId> ids)Reads asset data for all given  AssetIds. | 
| Iterable<AssetData> | AssetDataPreviewManagerImpl. read(List<AssetId> ids) | 
| Iterable<AssetData> | AssetDataManagerImpl. read(List<AssetId> ids) | 
| Iterable<AssetData> | AssetFacade. read(List<AssetId> assetIds,
    boolean immediateOnly)Read a list of AssetData given a list of AssetIds. | 
| Iterable<AssetData> | AssetFacadeImpl. read(List<AssetId> assetIds,
    boolean immediateOnly) | 
| Iterable<MutableAssetData> | AssetDataManager. readForUpdate(List<AssetId> ids)NOTE: This method is not implemented yet. | 
| Iterable<MutableAssetData> | AssetDataManagerImpl. readForUpdate(List<AssetId> ids)Read a list of asset data to update. | 
| void | TagManager. saveTags(List<AssetId> assetIds,
        String[] newTags,
        String[] deleteTags)Save and delete tags for multiple assets. | 
| void | MutableAssetData. setAssociation(String associationName,
              List<AssetId> assets)Sets an associations by a given name. | 
| void | AssetDataImpl. setAssociation(String associationName,
              List<AssetId> assets) | 
| void | MutableAssetData. setParents(List<AssetId> ids)Sets parent assets for this instance of AssetData. | 
| void | RevisionAssetDataImpl. setParents(List<AssetId> id) | 
| void | AssetDataImpl. setParents(List<AssetId> id) | 
| Constructor and Description | 
|---|
| AssetDataImpl(AssetId id)Create an AssetData object with asset ID. | 
| AssetDataImpl(AssetTypeDef assettype,
             AssetId id)Create an AssetData object with AssetTypeDef and asset ID. | 
| RevisionAssetDataImpl(AssetId id)Create an AssetData object with asset ID. | 
| RevisionAssetDataImpl(AssetTypeDef assettype,
                     AssetId id)Create an AssetData object with AssetTypeDef and asset ID. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | EditableTemplateFragment. editAsset(AssetId assetId,
         String field)Sets the field of the specified asset to edit. | 
| T | EditableTemplateFragment. editAsset(AssetId assetId,
         String field,
         int index)Sets the field of the specified asset to edit. | 
| T | TemplateFragment. forAsset(AssetId asset)Sets the asset type and id for the asset to be rendered by the template that this fragment invokes. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | AssetStatistics. getAsset() | 
| AssetId | AssetResultRow. getId()gets the Asset Id of the result row | 
| AssetId | AssetResultRowImpl. getId() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | PubSessionStatics. getAssets() | 
| List<AssetId> | PubSessionStaticsImpl. getAssets() | 
| Map<AssetId,List<AssetStatistics>> | AssetStatisticsSearcher. getAssetsStatics(List<AssetId> assetIds)Get the statics of a list of assets. | 
| Map<AssetId,List<AssetStatistics>> | AssetStatisticsSearcherImpl. getAssetsStatics(List<AssetId> assetIds) | 
| List<AssetId> | AssetStatisticsSearcher. getCheckedOutAssets(Date startDate,
                   Date endDate,
                   String siteName)Get the list of assets checked out within a date range. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getCheckedOutAssets(Date startDate,
                   Date endDate,
                   String siteName) | 
| List<AssetId> | AssetStatisticsSearcher. getCheckedOutAssets(String siteName)Get the list of assets currently checked out. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getCheckedOutAssets(String siteName) | 
| List<AssetId> | AssetStatisticsSearcher. getCreatedAssets(Date startDate,
                Date endDate,
                String site,
                boolean contentAssetsOnly)Get a list of created assets for given time period and site/asset type combination. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getCreatedAssets(Date startDate,
                Date endDate,
                String site,
                boolean contentAssetOnly) | 
| List<AssetId> | AssetStatisticsSearcher. getCreatedAssets(Date startDate,
                Date endDate,
                String username,
                String site,
                boolean contentAssetsOnly)Get a list of created assets for given time period and site/asset type combination for a given user. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getCreatedAssets(Date startDate,
                Date endDate,
                String username,
                String site,
                boolean contentAssetOnly) | 
| List<AssetId> | AssetStatisticsSearcher. getEditedAssets(Date startDate,
               Date endDate,
               String site,
               boolean contentAssetsOnly)Get a list of edited assets for given time period and site/asset type combination. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getEditedAssets(Date startDate,
               Date endDate,
               String site,
               boolean contentAssetOnly) | 
| List<AssetId> | AssetStatisticsSearcher. getEditedAssets(Date startDate,
               Date endDate,
               String username,
               String site,
               boolean contentAssetsOnly)Get a list of edited assets for given time period and site/asset type combination for a given user. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getEditedAssets(Date startDate,
               Date endDate,
               String username,
               String site,
               boolean contentAssetOnly) | 
| List<AssetId> | AssetStatisticsSearcher. getPlacedPages(String siteName)Get the placed assets for a given site. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getPlacedPages(String site) | 
| Map<String,Map<PubTargetInfo,List<AssetId>>> | AssetStatisticsSearcher. getPublishableHeldAssets(String siteName) | 
| Map<String,Map<PubTargetInfo,List<AssetId>>> | AssetStatisticsSearcherImpl. getPublishableHeldAssets(String siteName) | 
| List<AssetId> | AssetStatisticsSearcher. getUnplacedPages(String siteName)Get the unplaced assets for a given site. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getUnplacedPages(String site) | 
| List<AssetId> | AssetStatisticsSearcher. getWorkflowAssetsHistory(Date startDate,
                        Date endDate,
                        String siteName,
                        boolean contentAssetOnly)Get the workflow history for assets. | 
| List<AssetId> | AssetStatisticsSearcherImpl. getWorkflowAssetsHistory(Date startDate,
                        Date endDate,
                        String siteName,
                        boolean contentAssetOnly) | 
| List<AssetId> | AssetStatisticsStorage. selectCheckedOutAsset(Date from,
                     Date end,
                     String siteName)select a list of assets that was checked out for a given period of time, in the given site | 
| List<AssetId> | AssetStatisticsStorage. selectCreatedAsset(Date from,
                  Date end,
                  String author,
                  String siteName,
                  boolean contentAssetOnly)select a list of assets that was created for a given period of time, by the given user in the given site | 
| List<AssetId> | AssetStatisticsStorage. selectEditedAsset(Date from,
                 Date end,
                 String editor,
                 String siteName,
                 boolean contentAssetOnly)select a list of edited assets for a given period of time, by the given user in the given site | 
| List<AssetId> | AssetStatisticsStorage. selectWorkflowAsset(Date from,
                   Date end,
                   String assignee,
                   String siteName,
                   boolean contentAssetOnly)select a list of assets that was put into workflow for a given period of time, by the given user in the given site | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetStatistics> | AssetStatisticsSearcher. getAssetStatics(AssetId assetId,
               String siteName)Get the statics of a specific asset. | 
| List<AssetStatistics> | AssetStatisticsSearcherImpl. getAssetStatics(AssetId assetId,
               String siteName) | 
| List<AssetStatistics> | AssetStatisticsStorage. getAssetStatistics(AssetId assetId,
                  String siteName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<AssetId,List<AssetStatistics>> | AssetStatisticsSearcher. getAssetsStatics(List<AssetId> assetIds)Get the statics of a list of assets. | 
| Map<AssetId,List<AssetStatistics>> | AssetStatisticsSearcherImpl. getAssetsStatics(List<AssetId> assetIds) | 
| void | PubSessionStaticsImpl. setAssets(List<AssetId> assets) | 
| Constructor and Description | 
|---|
| AssetResultRowImpl(AssetId id,
                  List<String> fields) | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | Site. getCSPreviewAsset()Gets the preview asset for this site | 
| Modifier and Type | Method and Description | 
|---|---|
| NavigationReader | NavigationReader. forAsset(AssetId assetId)The Page/SitePlan asset id for which the navigation is going to be build. | 
| List<SAFEPermission> | PermissionManager. getSAFEPermissions(AssetId asset)Retrieves the list of SAFE permissions defined for this asset | 
| boolean | PermissionManager. isSAFEPermissionGranted(String site,
                       AssetId asset,
                       String user,
                       Permission.AssetSafeFunctionEnum function)Checks whether the user has SAFE permission for the given asset in the given site | 
| boolean | Permission. isSAFEPermissionGranted(String site,
                       AssetId asset,
                       String user,
                       Permission.AssetSafeFunctionEnum function)Checks whether the user has SAFE permission for the given asset in the given site | 
| void | Site. setCSPreviewAsset(AssetId assetid)Sets the preview asset for this site | 
| void | PermissionManager. setSAFEPermission(String site,
                 AssetId asset,
                 List<SAFEPermission> permissions)Set the user's SAFE permission for the given site, asset, and function | 
| void | Permission. setSAFEPermission(String site,
                 AssetId asset,
                 String user,
                 Permission.AssetSafeFunctionEnum function,
                 boolean grant)Set the user's SAFE permission for the given site, asset, and function | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | DimensionableAssetInstance. getId()Get the id of this asset | 
| AssetId | Dimension. getId()Get the id of this dimension asset | 
| AssetId | DimensionableAssetInstance.DimensionParentRelationship. getParent()Get the parent asset identifier. | 
| AssetId | DimensionableAssetManager. getRelative(AssetId asset,
           String dimensionName)Given an identifier for an asset, retrieve the asset that is
 semantically equivalent to the input asset whose dimension is the specified value. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<AssetId> | DimensionableAssetManager. getRelatives(AssetId asset,
            com.fatwire.mda.DimensionFilterInstance filter)Given an identifier for an asset, retrieve all of the assets
 that are its semantic equivalents. | 
| Collection<AssetId> | DimensionableAssetManager. getRelatives(AssetId asset,
            com.fatwire.mda.DimensionFilterInstance filter,
            String group)Given an identifier for an asset, retrieve all of the assets
 that are its semantic equivalents within the specified group. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Dimension> | DimensionableAssetManager. getDimensionsForAsset(AssetId asset)Return the dimensions for the specified asset | 
| DimensionableAssetInstance.DimensionParentRelationship | DimensionableAssetManager. getParent(AssetId asset,
         String group)Get the dimensionable asset parent relationship for a given asset in a particular group | 
| Collection<DimensionableAssetInstance.DimensionParentRelationship> | DimensionableAssetManager. getParents(AssetId asset)Get the dimensionable asset parent relationships for a given asset | 
| AssetId | DimensionableAssetManager. getRelative(AssetId asset,
           String dimensionName)Given an identifier for an asset, retrieve the asset that is
 semantically equivalent to the input asset whose dimension is the specified value. | 
| Collection<AssetId> | DimensionableAssetManager. getRelatives(AssetId asset,
            com.fatwire.mda.DimensionFilterInstance filter)Given an identifier for an asset, retrieve all of the assets
 that are its semantic equivalents. | 
| Collection<AssetId> | DimensionableAssetManager. getRelatives(AssetId asset,
            com.fatwire.mda.DimensionFilterInstance filter,
            String group)Given an identifier for an asset, retrieve all of the assets
 that are its semantic equivalents within the specified group. | 
| DimensionableAssetInstance | DimensionableAssetManager. loadDimensionableAsset(AssetId id)Given a dimensionable asset id, load the asset | 
| void | DimensionableAssetManager. resetParent(AssetId asset,
           DimensionableAssetInstance.DimensionParentRelationship oldParent,
           DimensionableAssetInstance.DimensionParentRelationship newParent)Reset the dimensionable asset parent relationships for an input asset with a new value. | 
| void | DimensionableAssetInstance. setId(AssetId id)Set the id of this asset | 
| void | Dimension. setId(AssetId id)Set the id of this dimension asset | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DimensionableAssetInstance> | DimensionableAssetManager. loadDimensionableAssets(Collection<AssetId> ids)Given an input list of asset IDs, load the dimensionable assets and return
 the list of dimensionable assets. | 
| List<Dimension> | DimensionManager. loadDimensions(Collection<AssetId> ids)Given an input list of asset IDs, load the dimension assets and return
 the list of dimensions. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | PublishingEvent. getAssetIds()Gets the List of published asset | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PublishingEvent. setAssetIds(List<AssetId> assetIds)Sets the List of published asset | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | AssetService. delete(List<AssetId> assetIds,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes a list of assets identified by the asset identifiers in
 assetsToDelete. | 
| List<AssetId> | ApprovalService. getBlockingAssets(long destinationId,
                 AssetId assetId)Returns a flat list of blocking assets. | 
| List<AssetId> | VersioningService. getCheckedoutAssets()Returns the list of assets checked out by the logged in user. | 
| List<AssetId> | TreeService. getImmediateChildren(String browseUrl)Gets All of the immediate children of a node represented by its LoadURL. | 
| List<AssetId> | AssetService. getReferences(AssetId assetId)Returns a list of asset identifiers for all assets which reference a
 given asset. | 
| List<AssetId> | AssetService. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| PermissionBean<Object> | AuthorizationService. canAccessSlot(AssetId slot,
             String function)Checks whether logged in user has access to the specified slot asset in the logged in site. | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canApprove(AssetId assetId)Checks whether logged in user has access to approve the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canCheckin(AssetId assetId)Checks whether logged-in user has access to checking the assets for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canCheckout(AssetId assetId)Checks whether logged-in user has access to checkout the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canCopy(AssetId assetId)Checks whether logged in user has access to copy the asset for the
 logged-in site | 
| PermissionBean<DeleteAuthorizationBean> | AuthorizationService. canDelete(AssetId assetId)Checks whether logged-in user has access to delete the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canEdit(AssetId assetId)Checks whether user have access to edit the assets for the given site | 
| PermissionBean<Object> | AuthorizationService. canInspect(AssetId assetId)Checks whether logged-in user has access to inspect the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canPlacePage(AssetId assetId)Checks whether logged in user is able to place the page asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canPreview(AssetId assetId)Checks whether logged-in user has access to preview the assets for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canRollback(AssetId assetId)Checks whether logged-in user has access to roll back the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canShare(AssetId assetId)Checks whether logged-in user has access to share the assets for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canShowVersion(AssetId assetId)Checks whether logged-in user has access to delete the asset for the
 logged-in site | 
| PermissionBean<Object> | AuthorizationService. canTranslate(AssetId assetId)Checks whether logged-in user has access to translate the asset for the
 logged-in site | 
| PermissionBean<VersioningAuthorizationBean> | AuthorizationService. canUndoCheckout(AssetId assetId)Checks whether the logged-in user has access to undo checkout of the specified asset for
 the logged-in site | 
| VersionBean | VersioningService. checkin(AssetId assetId,
       String comment,
       boolean keepCheckedOut,
       MessageCollectors.VersioningMessageCollector collector)Commits changes to the specified asset and hence creates a new revision for it. | 
| VersionBean | VersioningService. checkout(AssetId assetId,
        MessageCollectors.VersioningMessageCollector collector)Checks out an asset for the logged in user and returns the current revision. | 
| AssetSaveStatusBean | AssetService. copy(AssetId source,
    String targetName,
    MessageCollectors.SaveAssetsMessageCollector collector)Copies an asset and returns a new asset with the specified name by
 copying fields from the source asset and mutating field values as
 governed by the dimension object. | 
| boolean | AssetService. delete(AssetId assetId,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes an asset. | 
| boolean | AssetService. exists(AssetId assetId)Returns true if an asset exists. | 
| boolean | AssetService. existsInSite(AssetId assetId,
            long siteId)Returns true if an asset exists in the given site. | 
| List<ArgumentBean> | TemplateService. getArguments(AssetId assetId)Returns a list containing the arguments associated with a template for
 the specified asset type. | 
| List<AssetId> | ApprovalService. getBlockingAssets(long destinationId,
                 AssetId assetId)Returns a flat list of blocking assets. | 
| VersionBean | VersioningService. getCurrentRevision(AssetId assetId)Returns metadata for the current revision for the specified asset. | 
| Date | ApprovalService. getLastPublishDate(long destinationId,
                  AssetId assetId)Retrieves the date when an asset has been last published to a specified destination. | 
| List<AssetId> | AssetService. getReferences(AssetId assetId)Returns a list of asset identifiers for all assets which reference a
 given asset. | 
| List<SiteBean> | AssetService. getSitesInWhichShared(AssetId assetId)Returns the list of sites in which an asset is shared. | 
| ApprovalBean | ApprovalService. getState(long destinationId,
        AssetId assetId)Returns the approval state of an asset for a given target. | 
| PermissionBean<Object> | AuthorizationService. hasAccess(AssetId assetId,
         String function)Checks whether logged in user can perform the given function the asset
 for the logged in site | 
| AssetData | AssetService. read(AssetId assetId)Returns data associated with asset. | 
| AssetData | AssetService. read(AssetId assetId,
    List<String> fields)Returns a subset of the data associated with asset, retrieving only a
 subset of the available fields. | 
| List<AssetId> | AssetService. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| Boolean | AssetService. share(AssetId assetId,
     List<Long> sites)Shares an asset with all the sites in the specified list. | 
| boolean | WorkflowService. startWorkFlow(AssetId assetId,
             Long startmenuId,
             WorkflowBean workflow,
             String comment,
             Map<RoleBean,List<UserBean>> roleUserMapping)Sets the specified asset assignment into the specified workflow. | 
| AssetSaveStatusBean | AssetService. translate(AssetId assetid,
         String targetName,
         DimensionBean dimension,
         MessageCollectors.SaveAssetsMessageCollector collector)Translates an asset and returns a new asset as governed by the specified
 dimension object. | 
| void | ApprovalService. unapprove(long destinationId,
         AssetId assetId)Revokes approval of an already approved asset in the life-cycle. | 
| VersionBean | VersioningService. undoCheckout(AssetId assetId,
            MessageCollectors.VersioningMessageCollector collector)Reverts the changes made to the specified checked-out asset,
 and reverts its state back to what it was before being checked out. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | SearchService. addBookmarks(List<AssetId> assets)Bookmarks the specified assets. | 
| void | ApprovalService. approve(long destinationId,
       List<AssetId> assetsToApprove,
       boolean recursive)Attempts to approve a list of assets for a specified destination. | 
| List<AssetId> | AssetService. delete(List<AssetId> assetIds,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes a list of assets identified by the asset identifiers in
 assetsToDelete. | 
| List<SiteBean> | AssetService. getCommonEnabledSites(List<AssetId> assetIds)Returns the list of sites in which intersection of all the assets enabled sites. | 
| List<SiteBean> | AssetService. getCommonSharedSites(List<AssetId> assetIds)Returns the list of sites in which intersection of all the assets shared sites. | 
| boolean | SiteService. placePagesSPN(SitePlanNodeBean child,
             SitePlanNodeBean target,
             List<AssetId> children,
             SitePlanNodeBean previous)Places a Page asset under the specified parent Page asset at the
 specified index. | 
| List<AssetData> | AssetService. read(List<AssetId> assetIds)Returns data associated with asset. | 
| boolean | SearchService. removeBookmarks(List<AssetId> bookmarks)Removes the bookmark for the specified assets, if any. | 
| List<AssetId> | AssetService. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| void | ApprovalService. unapprove(long destinationId,
         List<AssetId> assetId)Revokes approval of an already approved asset in the life-cycle. | 
| Boolean | SiteService. unPlacePagesSPN(SitePlanNodeBean child,
               SitePlanNodeBean previous,
               SitePlanNodeBean target,
               List<AssetId> children)Unplaces placed pages from a parent. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected AssetId | AssetBean. idUnique identifier for this asset | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | VersionBean. getAsset()Returns the asset whose version life cycle is being tracked. | 
| AssetId | PermissionBean. getAsset()Returns the asset identifier associated with the asset on which the
 permission is checked. | 
| AssetId | ApprovalBean. getAsset()Returns the asset whose approval state is represented by this. | 
| AssetId | AssetBean. getId()Returns the identifier for this asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | ApprovalBean. getBlockingAssets()Returns the list of blocking assets. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VersionBean. setAsset(AssetId asset)Sets the asset whose version life cycle is to be tracked. | 
| void | PermissionBean. setAsset(AssetId asset)Sets the asset identifier associated with the asset on which the
 permission is checked. | 
| void | ApprovalBean. setAsset(AssetId asset)Sets the asset whose approval state is to be represented by this. | 
| void | AssetBean. setId(AssetId id)Sets the identifier for this asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | VersioningAuthorizationBean. getAsset() | 
| AssetId | AuthorizationRequestBean. getAsset()Returns the asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | DeleteAuthorizationBean. getReferences()Returns a list of assets referencing an asset which is being attempted to
 be deleted. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VersioningAuthorizationBean. setAsset(AssetId asset) | 
| void | AuthorizationRequestBean. setAsset(AssetId asset)Sets the asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | SlotBean. getIncludedAsset()Returns the asset included in this slot. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SlotBean. setId(AssetId id) | 
| void | PageBean. setId(AssetId id) | 
| void | DimensionBean. setId(AssetId id) | 
| void | SlotBean. setIncludedAsset(AssetId includedAsset)Sets the asset to be included in this slot. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TemplateBean. setId(AssetId id) | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | AssignmentBean. getAsset()Returns the asset whose assignment state is represented by this bean. | 
| AssetId | SiteBean. getPreviewAsset()Returns the asset identifier for the default asset configured for preview
 of this site. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AssignmentBean. setAsset(AssetId asset)Sets the asset whose assignment state is represented by this bean. | 
| void | SiteBean. setPreviewAsset(AssetId previewAsset)Sets the asset identifier for the default asset configured for preview of
 this site. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<AssetId> | MessageCollectors.DeleteAssetsMessageCollector. getAssetsNotDeleted() | 
| Map<AssetId,Collection<String>> | MessageCollectors.SaveAssetsMessageCollector. getGenericMessage() | 
| Map<AssetId,Collection<String>> | MessageCollectors.SaveAssetsMessageCollector. getSaveAssetStatus() | 
| Map<AssetId,Collection<String>> | MessageCollectors.UnapprovedAssetsMessageCollector. getUnapprovedAssets() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MessageCollectors.VersioningMessageCollector. addMessage(AssetId asset,
          String message) | 
| void | MessageCollectors.RemoveReferenceMessageCollector. addMessage(AssetId asset,
          String message) | 
| void | MessageCollectors.DeleteAssetsMessageCollector. addMessage(AssetId asset,
          String message) | 
| void | MessageCollectors.SaveAssetsMessageCollector. addSaveAssetStatus(AssetId asset,
                  String reason) | 
| void | MessageCollectors.UnapprovedAssetsMessageCollector. addUnapprovedAsset(AssetId asset,
                  String reason) | 
| String | MessageCollectors.VersioningMessageCollector. getMessage(AssetId asset)Returns the message collected for the specified asset. | 
| String | MessageCollectors.RemoveReferenceMessageCollector. getMessage(AssetId asset) | 
| String | MessageCollectors.DeleteAssetsMessageCollector. getMessage(AssetId asset) | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | BookmarkBean. getAssetId() | 
| AssetId | SearchCriteria. getParentId() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BookmarkBean. setAssetId(AssetId assetId)Sets the AssetId of the active list | 
| void | SearchCriteria. setParentId(AssetId parentId) | 
| Constructor and Description | 
|---|
| SearchCriteria(AssetId parentId) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | AssetDao. delete(List<AssetId> assetIds,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes a list of assets identified by the asset identifiers in
 assetsToDelete. | 
| List<AssetId> | VersioningDao. getCheckedoutAssets(String userId,
                   long siteId)Returns the list of assets checked out by the specified user in the specified site. | 
| List<AssetId> | AssetDao. getFlexDefinitions(String assetType,
                  long site)Returns the List of definition asset identifiers for the given Flex asset
 type and site. | 
| List<AssetId> | TreeDao. getImmediateChildren(String browseUrl)Gets All of the immediate children of a node represented by its LoadURL. | 
| List<AssetId> | AssetDao. getReferences(AssetId assetId)Returns a list of asset identifiers for all assets which reference a
 given asset. | 
| List<AssetId> | AssetDao. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionBean | VersioningDao. checkin(AssetId assetId,
       String userId,
       String comment,
       boolean keepCheckedOut,
       MessageCollectors.VersioningMessageCollector collector)Commits changes to the specified asset and hence creates a new revision for it. | 
| VersionBean | VersioningDao. checkout(AssetId assetId,
        String userId,
        MessageCollectors.VersioningMessageCollector collector)Checks out an asset for the logged in user and returns the current revision. | 
| boolean | AssetDao. delete(AssetId assetId,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes an asset. | 
| boolean | AssetDao. exists(AssetId assetId)Returns true if an asset exists. | 
| List<ArgumentBean> | TemplateDao. getArguments(AssetId assetId)Returns a list containing the arguments associated with a template for
 the specified asset type. | 
| VersionBean | VersioningDao. getCurrentRevision(AssetId assetId)Returns metadata for the current revision for the specified asset. | 
| List<AssetId> | AssetDao. getReferences(AssetId assetId)Returns a list of asset identifiers for all assets which reference a
 given asset. | 
| List<SiteBean> | AssetDao. getSitesInWhichShared(AssetId assetId)Returns the list of sites in which an asset is shared. | 
| AssetData | AssetDao. read(AssetId assetId)Returns the data associated with an asset. | 
| AssetData | AssetDao. read(AssetId assetId,
    List<String> fields)Returns the data associated with an asset, retrieving only a subset of
 the available fields. | 
| List<AssetId> | AssetDao. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| boolean | AssetDao. share(AssetId assetId,
     List<Long> sites)Shares an asset with all the sites in the specified list. | 
| VersionBean | VersioningDao. undoCheckout(AssetId assetId,
            String userId,
            MessageCollectors.VersioningMessageCollector collector)Reverts the changes made to the specified checked-out asset,
 and reverts its state back to what it was before being checked out. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AssetId> | AssetDao. delete(List<AssetId> assetIds,
      MessageCollectors.DeleteAssetsMessageCollector collector)Deletes a list of assets identified by the asset identifiers in
 assetsToDelete. | 
| List<AssetId> | AssetDao. removeReferences(AssetId assetId,
                List<AssetId> references,
                MessageCollectors.RemoveReferenceMessageCollector collector)Removes the references of an asset. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | AssetEvent. getId()Returns the AssetId involved in the event | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AssetEventListener. assetAdded(AssetId id)Indicates that an Asset of a given id was added to the system. | 
| abstract void | AbstractAssetEventListener. assetAdded(AssetId id) | 
| void | AssetEventListener. assetAdded(AssetId id,
          boolean isPull)Indicates that an Asset of a given id was added to the system. | 
| void | AbstractAssetEventListener. assetAdded(AssetId id,
          boolean isPull) | 
| void | AbstractAssetEventListener. assetApproved(AssetId id,
             Map<String,Object> properties) | 
| void | AssetEventListener. assetDeleted(AssetId id)Indicates that an Asset of a given id was deleted. | 
| abstract void | AbstractAssetEventListener. assetDeleted(AssetId id) | 
| void | AssetEventListener. assetDeleted(AssetId id,
            boolean isPull)Indicates that an Asset of a given id was deleted. | 
| void | AbstractAssetEventListener. assetDeleted(AssetId id,
            boolean isPull) | 
| void | AbstractAssetEventListener. assetUnapproved(AssetId id,
               Map<String,Object> properties) | 
| void | AssetEventListener. assetUndoCheckOut(AssetId id)Indicates that undo checkout was called on an Asset of a given id. | 
| void | AbstractAssetEventListener. assetUndoCheckOut(AssetId id) | 
| void | AssetEventListener. assetUndoCheckOut(AssetId id,
                 boolean isPull)Indicates that undo checkout was called on an Asset of a given id. | 
| void | AbstractAssetEventListener. assetUndoCheckOut(AssetId id,
                 boolean isPull) | 
| void | AssetEventListener. assetUpdated(AssetId id)Indicates that an Asset of a given id was updated. | 
| abstract void | AbstractAssetEventListener. assetUpdated(AssetId id) | 
| void | AssetEventListener. assetUpdated(AssetId id,
            boolean isPull)Indicates that an Asset of a given id was updated. | 
| void | AbstractAssetEventListener. assetUpdated(AssetId id,
            boolean isPull) | 
| void | AbstractAssetEventListener. assetUpdated(AssetId id,
            Map<String,Object> properties) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AssetIdImplThis class identifies an instance of the asset uniquely in the system. | 
| Modifier and Type | Method and Description | 
|---|---|
| AssetId | DimParentRelationshipImpl. getParent()Retrieves the parent asset id of the Dimension parent group | 
| Constructor and Description | 
|---|
| DimParentRelationshipImpl(String group,
                         AssetId parent)Constructor of the Dimension parent |