public class ContentUserKeyExtractor extends Object
UserKey
s from the body content of ContentEntityObject
s. It does this
by parsing the XHTML body content looking for UserResourceIdentifier
s.Constructor and Description |
---|
ContentUserKeyExtractor(StorageFormatUserRewriter storageFormatUserRewriter,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor) |
Modifier and Type | Method and Description |
---|---|
Set<com.atlassian.sal.api.user.UserKey> |
extractUserKeysFromContentEntities(Iterable<? extends ContentEntityObject> contentEntities,
boolean includeComments) |
public ContentUserKeyExtractor(@Nonnull StorageFormatUserRewriter storageFormatUserRewriter, @Nonnull org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor)
public Set<com.atlassian.sal.api.user.UserKey> extractUserKeysFromContentEntities(Iterable<? extends ContentEntityObject> contentEntities, boolean includeComments)
Copyright © 2003–2017 Atlassian. All rights reserved.