| Modifier and Type | Field and Description |
|---|---|
static Function<List<Term>,List<Long>> |
termIds |
| Modifier and Type | Method and Description |
|---|---|
Term |
createPostTag(Post post,
Term tag) |
Term |
createTag(Term tagTerm) |
Term |
deletePostTag(Post post,
Term tagTerm,
boolean force) |
Term |
deleteTag(Term tagTerm)
Does not make the call to wordpress with
?force=true. |
Term |
deleteTag(Term tagTerm,
boolean force) |
Term |
getPostTag(Post post,
Term tagTerm) |
List<Term> |
getPostTags(Post post) |
Term |
getTag(Long id) |
List<Term> |
getTags() |
Term |
updateTag(Term tag) |
Term createTag(Term tagTerm) throws WpApiParsedException
WpApiParsedExceptionTerm getTag(Long id) throws TermNotFoundException
TermNotFoundExceptionTerm deleteTag(Term tagTerm) throws TermNotFoundException
?force=true. If tag trashing is not supported,
an exception will be thrown.TermNotFoundExceptionTerm deleteTag(Term tagTerm, boolean force) throws TermNotFoundException
TermNotFoundExceptionTerm createPostTag(Post post, Term tag) throws WpApiParsedException
WpApiParsedExceptionTerm deletePostTag(Post post, Term tagTerm, boolean force) throws TermNotFoundException
TermNotFoundExceptionTerm getPostTag(Post post, Term tagTerm) throws TermNotFoundException
TermNotFoundExceptionCopyright © 2017. All rights reserved.