|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContentEntity in com.atlassian.confluence.it |
|---|
| Classes in com.atlassian.confluence.it that implement ContentEntity | |
|---|---|
class |
AbstractContentEntity
|
class |
AbstractPageEntity
Common parent of test Page and BlogPost classes. |
class |
BlogPost
|
class |
Comment
|
class |
Draft
Representation of a Draft for use in tests |
class |
Page
|
class |
UserInformation
|
class |
UserStatus
|
| Methods in com.atlassian.confluence.it that return ContentEntity | |
|---|---|
ContentEntity |
Attachment.getPage()
|
| Constructors in com.atlassian.confluence.it with parameters of type ContentEntity | |
|---|---|
Attachment(ContentEntity contentEntity,
Attachment other)
Copy constructor -- put the provided attachment on another page. |
|
Attachment(ContentEntity contentEntity,
java.io.File file,
java.lang.String contentType)
|
|
Attachment(ContentEntity contentEntity,
java.lang.String filename,
java.lang.String contentType,
java.lang.String classpathResource)
|
|
Attachment(ContentEntity contentEntity,
java.lang.String filename,
java.lang.String contentType,
java.lang.String comment,
byte[] data)
Creates an Attachment object of an intended file. |
|
| Uses of ContentEntity in com.atlassian.confluence.it.rpc |
|---|
| Methods in com.atlassian.confluence.it.rpc with parameters of type ContentEntity | |
|---|---|
long |
ConfluenceRpc.createAttachment(ContentEntity page,
Attachment attachment)
|
java.util.List<Like> |
LikesRpc.getLikes(ContentEntity content,
User user)
gets the likes on the piece of content |
void |
ConfluenceRpc.grantContentPermission(ContentEntity contentEntity,
Entity entity,
ContentPermissionType permissionType)
|
void |
ConfluenceRpc.grantContentPermission(ContentPermission contentPermission,
ContentEntity contentEntity)
|
void |
ConfluenceRpc.grantContentPermissions(ContentEntity contentEntity,
java.util.List<? extends Entity> entities,
ContentPermissionType permissionType)
|
void |
LikesRpc.like(ContentEntity content,
User user)
Have the specified user like the specified content. |
void |
ConfluenceRpc.revokeContentPermission(ContentPermission contentPermission,
ContentEntity contentEntity)
|
void |
LikesRpc.unlike(ContentEntity content,
User user)
Have the specified user UNlike the specified content. |
| Uses of ContentEntity in com.atlassian.confluence.multimedia |
|---|
| Methods in com.atlassian.confluence.multimedia with parameters of type ContentEntity | |
|---|---|
protected java.lang.String |
AbstractMultimediaMacroAcceptanceTest.generateWikiMarkup(Space space,
ContentEntity ce,
Attachment file,
java.lang.String width,
java.lang.String height)
|
protected Attachment |
MultimediaMacroWMVAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMAAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroQuickTimeAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp4AcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp3AcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroFlashAcceptanceTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroAVIAcceptanceTest.getAttachment(ContentEntity ce)
|
protected abstract Attachment |
AbstractMultimediaMacroAcceptanceTest.getAttachment(ContentEntity ce)
|
| Uses of ContentEntity in com.atlassian.confluence.selenium |
|---|
| Methods in com.atlassian.confluence.selenium with parameters of type ContentEntity | |
|---|---|
protected Attachment |
MultimediaMacroWMATest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroWMVTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp3Test.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroFlashTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroAVITest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroQuickTimeNotIExploreTest.getAttachment(ContentEntity ce)
|
protected Attachment |
MultimediaMacroMp4Test.getAttachment(ContentEntity ce)
|
protected abstract Attachment |
AbstractMultimediaMacroTest.getAttachment(ContentEntity ce)
|
| Uses of ContentEntity in com.atlassian.confluence.selenium.client |
|---|
| Methods in com.atlassian.confluence.selenium.client with parameters of type ContentEntity | |
|---|---|
TinyMce |
Editor.edit(ContentEntity contentEntity)
|
boolean |
LinkBrowser.isPresentInDataTable(ContentEntity content)
|
TinyMce |
Editor.logInAndEdit(User user,
ContentEntity contentEntity)
|
TinyMce |
Editor.logInAndEditInRTE(User user,
ContentEntity contentEntity)
Logs the given user in, edits the given content and switches to the RTE. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||