public class GoLiveQueue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ContentItemTO> |
map |
| Constructor and Description |
|---|
GoLiveQueue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ContentItemTO contentItemTO) |
boolean |
add(String key,
ContentItemTO contentItemTO) |
boolean |
contains(ContentItemTO to) |
boolean |
contains(String uri) |
Set<ContentItemTO> |
getQueue() |
boolean |
remove(String uri) |
protected Map<String,ContentItemTO> map
public Set<ContentItemTO> getQueue()
public boolean remove(String uri)
public boolean add(ContentItemTO contentItemTO)
public boolean add(String key, ContentItemTO contentItemTO)
public boolean contains(ContentItemTO to)
public boolean contains(String uri)
Copyright © 2020 CrafterCMS. All rights reserved.