Guvnor - Services Backend 6.2.0.CR4

org.guvnor.common.services.backend.util
Class CommentedOptionFactoryImpl

java.lang.Object
  extended by org.guvnor.common.services.backend.util.CommentedOptionFactoryImpl
All Implemented Interfaces:
CommentedOptionFactory

@ApplicationScoped
public class CommentedOptionFactoryImpl
extends Object
implements CommentedOptionFactory


Constructor Summary
CommentedOptionFactoryImpl()
           
 
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
 

Constructor Detail

CommentedOptionFactoryImpl

public CommentedOptionFactoryImpl()
Method Detail

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)

Guvnor - Services Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.