| Package | Description |
|---|---|
| com.fatwire.services | |
| com.fatwire.services.beans.asset.authorization |
| Modifier and Type | Method and Description |
|---|---|
DestinationBean |
ApprovalService.getDestination(long destinationId)
Returns complete information associated with a publishing destination for the specified site.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationBean> |
ApprovalService.getDestinations(long siteId)
Returns a list containing the publishing destinations for the specified site.
|
List<DestinationBean> |
ApprovalService.getDestinations(long siteId, DestinationBean.Type destinationType)
Returns a list containing the publishing destinations for the specified site.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationBean> |
DeleteAuthorizationBean.getDestinations()
Returns a list of destinations for which the asset which is being attempted to be deleted, is the publication initiation point.
|