org.guvnor.common.services.backend.util
Class CommentedOptionFactoryImpl
java.lang.Object
org.guvnor.common.services.backend.util.CommentedOptionFactoryImpl
- All Implemented Interfaces:
- CommentedOptionFactory
@ApplicationScoped
public class CommentedOptionFactoryImpl
- extends Object
- implements CommentedOptionFactory
|
Method Summary |
protected String |
getIdentityName(org.jboss.errai.security.shared.api.identity.User identity)
|
protected String |
getSessionId(org.uberfire.rpc.SessionInfo sessionInfo)
|
org.uberfire.java.nio.base.options.CommentedOption |
makeCommentedOption(String commitMessage)
|
org.uberfire.java.nio.base.options.CommentedOption |
makeCommentedOption(String commitMessage,
org.jboss.errai.security.shared.api.identity.User identity,
org.uberfire.rpc.SessionInfo sessionInfo)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentedOptionFactoryImpl
public CommentedOptionFactoryImpl()
makeCommentedOption
public org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage)
- Specified by:
makeCommentedOption in interface CommentedOptionFactory
makeCommentedOption
public org.uberfire.java.nio.base.options.CommentedOption makeCommentedOption(String commitMessage,
org.jboss.errai.security.shared.api.identity.User identity,
org.uberfire.rpc.SessionInfo sessionInfo)
- Specified by:
makeCommentedOption in interface CommentedOptionFactory
getIdentityName
protected String getIdentityName(org.jboss.errai.security.shared.api.identity.User identity)
getSessionId
protected String getSessionId(org.uberfire.rpc.SessionInfo sessionInfo)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.